Shades of Crusoe #04602C
Tints of Crusoe #04602C
RGB
CMYK
RGB Variations
Color information
#04602C (or 0x04602C) is known color: Crusoe. HEX triplet: 04, 60 and 2C. RGB value is (4,96,44). Sum of RGB (Red+Green+Blue) = 4+96+44=144 (19% of max value = 765). Red value is 4 (1.95% from 255 or 2.78% from 144); Green value is 96 (37.89% from 255 or 66.67% from 144); Blue value is 44 (17.58% from 255 or 30.56% from 144); Max value from RGB is 96 - color contains mainly: green. Hex color #04602C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #04602C is #FB9FD3. Grayscale: #3E3E3E. Windows color (decimal): -16490452 or 2908164. OLE color: 2908164.
HSL color Cylindrical-coordinate representation of color #04602C: hue angle of 146.09º degrees, saturation: 0.92, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #04602C is Cyan = 0.96, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 4 | 96 | 44 | - |
| CMYK | 0.96 | 0 | 0.54 | 0.62 |
| HSL | 146.09º | 0.92% | 0.2% | - |
| HSV(B) | 146.09º | 0.96% | 0.38% | - |
| XYZ | 4.69 | 8.57 | 3.79 | - |
| YUV | 62.56 | 117.52 | 86.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 96 | 44 | 0.96 | 0 | 0.54 | 0.62 | 146.09 | 0.92 | 0.2 |
| Hex | 4 | 60 | 2C | 60 | 0 | 36 | 3E | 92 | 5C | 14 |
| Octal | 4 | 140 | 54 | 140 | 0 | 66 | 76 | 222 | 134 | 24 |
| Binary | 100 | 1100000 | 101100 | 1100000 | 0 | 110110 | 111110 | 10010010 | 1011100 | 10100 |
Color Harmonies of #04602C
Complementary color
Monochromatic Colors of #04602C
Black with #04602C
Text Example
Text Example
White with #04602C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04602C; }
p { color: rgb(4,96,44); }
H1.HeaderClassName
{
color: #04602C;
}
.AnyTagClassName
{
color: #04602C;
}
</style>
background-color css
<style>
a { background-color: #04602C; }
a { background-color: rgb(4,96,44); }
div.DivClassName
{
background-color: #04602C;
}
.BgClassName
{
background-color: #04602C;
}
</style>
border-color css
<style>
span { border-color: #04602C; }
span { border-color: rgb(4,96,44); }
td.TdClassName
{
border-color: #04602C;
}
.TagClassName
{
border-color: #04602C;
}
</style>