Shades of Crusoe #04672C
Tints of Crusoe #04672C
RGB
CMYK
RGB Variations
Color information
#04672C (or 0x04672C) is known color: Crusoe. HEX triplet: 04, 67 and 2C. RGB value is (4,103,44). Sum of RGB (Red+Green+Blue) = 4+103+44=151 (20% of max value = 765). Red value is 4 (1.95% from 255 or 2.65% from 151); Green value is 103 (40.62% from 255 or 68.21% from 151); Blue value is 44 (17.58% from 255 or 29.14% from 151); Max value from RGB is 103 - color contains mainly: green. Hex color #04672C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #04672C is #FB98D3. Grayscale: #424242. Windows color (decimal): -16488660 or 2909956. OLE color: 2909956.
HSL color Cylindrical-coordinate representation of color #04672C: hue angle of 144.24º degrees, saturation: 0.93, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #04672C is Cyan = 0.96, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 4 | 103 | 44 | - |
| CMYK | 0.96 | 0 | 0.57 | 0.60 |
| HSL | 144.24º | 0.93% | 0.21% | - |
| HSV(B) | 144.24º | 0.96% | 0.4% | - |
| XYZ | 5.35 | 9.91 | 4.01 | - |
| YUV | 66.67 | 115.2 | 83.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 103 | 44 | 0.96 | 0 | 0.57 | 0.60 | 144.24 | 0.93 | 0.21 |
| Hex | 4 | 67 | 2C | 60 | 0 | 39 | 3C | 90 | 5D | 15 |
| Octal | 4 | 147 | 54 | 140 | 0 | 71 | 74 | 220 | 135 | 25 |
| Binary | 100 | 1100111 | 101100 | 1100000 | 0 | 111001 | 111100 | 10010000 | 1011101 | 10101 |
Color Harmonies of #04672C
Complementary color
Monochromatic Colors of #04672C
Black with #04672C
Text Example
Text Example
White with #04672C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04672C; }
p { color: rgb(4,103,44); }
H1.HeaderClassName
{
color: #04672C;
}
.AnyTagClassName
{
color: #04672C;
}
</style>
background-color css
<style>
a { background-color: #04672C; }
a { background-color: rgb(4,103,44); }
div.DivClassName
{
background-color: #04672C;
}
.BgClassName
{
background-color: #04672C;
}
</style>
border-color css
<style>
span { border-color: #04672C; }
span { border-color: rgb(4,103,44); }
td.TdClassName
{
border-color: #04672C;
}
.TagClassName
{
border-color: #04672C;
}
</style>