Shades of Crusoe #04731E
Tints of Crusoe #04731E
RGB
CMYK
RGB Variations
Color information
#04731E (or 0x04731E) is known color: Crusoe. HEX triplet: 04, 73 and 1E. RGB value is (4,115,30). Sum of RGB (Red+Green+Blue) = 4+115+30=149 (19% of max value = 765). Red value is 4 (1.95% from 255 or 2.68% from 149); Green value is 115 (45.31% from 255 or 77.18% from 149); Blue value is 30 (12.11% from 255 or 20.13% from 149); Max value from RGB is 115 - color contains mainly: green. Hex color #04731E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #04731E is #FB8CE1. Grayscale: #484848. Windows color (decimal): -16485602 or 1995524. OLE color: 1995524.
HSL color Cylindrical-coordinate representation of color #04731E: hue angle of 134.05º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #04731E is Cyan = 0.97, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 4 | 115 | 30 | - |
| CMYK | 0.97 | 0 | 0.74 | 0.55 |
| HSL | 134.05º | 0.93% | 0.23% | - |
| HSV(B) | 134.05º | 0.97% | 0.45% | - |
| XYZ | 6.42 | 12.38 | 3.28 | - |
| YUV | 72.12 | 104.23 | 79.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 115 | 30 | 0.97 | 0 | 0.74 | 0.55 | 134.05 | 0.93 | 0.23 |
| Hex | 4 | 73 | 1E | 61 | 0 | 4A | 37 | 86 | 5D | 17 |
| Octal | 4 | 163 | 36 | 141 | 0 | 112 | 67 | 206 | 135 | 27 |
| Binary | 100 | 1110011 | 11110 | 1100001 | 0 | 1001010 | 110111 | 10000110 | 1011101 | 10111 |
Color Harmonies of #04731E
Complementary color
Monochromatic Colors of #04731E
Black with #04731E
Text Example
Text Example
White with #04731E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04731E; }
p { color: rgb(4,115,30); }
H1.HeaderClassName
{
color: #04731E;
}
.AnyTagClassName
{
color: #04731E;
}
</style>
background-color css
<style>
a { background-color: #04731E; }
a { background-color: rgb(4,115,30); }
div.DivClassName
{
background-color: #04731E;
}
.BgClassName
{
background-color: #04731E;
}
</style>
border-color css
<style>
span { border-color: #04731E; }
span { border-color: rgb(4,115,30); }
td.TdClassName
{
border-color: #04731E;
}
.TagClassName
{
border-color: #04731E;
}
</style>