Shades of Crusoe #04712E
Tints of Crusoe #04712E
RGB
CMYK
RGB Variations
Color information
#04712E (or 0x04712E) is known color: Crusoe. HEX triplet: 04, 71 and 2E. RGB value is (4,113,46). Sum of RGB (Red+Green+Blue) = 4+113+46=163 (21% of max value = 765). Red value is 4 (1.95% from 255 or 2.45% from 163); Green value is 113 (44.53% from 255 or 69.33% from 163); Blue value is 46 (18.36% from 255 or 28.22% from 163); Max value from RGB is 113 - color contains mainly: green. Hex color #04712E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #04712E is #FB8ED1. Grayscale: #484848. Windows color (decimal): -16486098 or 3043588. OLE color: 3043588.
HSL color Cylindrical-coordinate representation of color #04712E: hue angle of 143.12º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #04712E is Cyan = 0.96, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 4 | 113 | 46 | - |
| CMYK | 0.96 | 0 | 0.59 | 0.56 |
| HSL | 143.12º | 0.93% | 0.23% | - |
| HSV(B) | 143.12º | 0.96% | 0.44% | - |
| XYZ | 6.45 | 12.03 | 4.57 | - |
| YUV | 72.77 | 112.89 | 78.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 113 | 46 | 0.96 | 0 | 0.59 | 0.56 | 143.12 | 0.93 | 0.23 |
| Hex | 4 | 71 | 2E | 60 | 0 | 3B | 38 | 8F | 5D | 17 |
| Octal | 4 | 161 | 56 | 140 | 0 | 73 | 70 | 217 | 135 | 27 |
| Binary | 100 | 1110001 | 101110 | 1100000 | 0 | 111011 | 111000 | 10001111 | 1011101 | 10111 |
Color Harmonies of #04712E
Complementary color
Monochromatic Colors of #04712E
Black with #04712E
Text Example
Text Example
White with #04712E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04712E; }
p { color: rgb(4,113,46); }
H1.HeaderClassName
{
color: #04712E;
}
.AnyTagClassName
{
color: #04712E;
}
</style>
background-color css
<style>
a { background-color: #04712E; }
a { background-color: rgb(4,113,46); }
div.DivClassName
{
background-color: #04712E;
}
.BgClassName
{
background-color: #04712E;
}
</style>
border-color css
<style>
span { border-color: #04712E; }
span { border-color: rgb(4,113,46); }
td.TdClassName
{
border-color: #04712E;
}
.TagClassName
{
border-color: #04712E;
}
</style>