Shades of Crusoe #04722B
Tints of Crusoe #04722B
RGB
CMYK
RGB Variations
Color information
#04722B (or 0x04722B) is known color: Crusoe. HEX triplet: 04, 72 and 2B. RGB value is (4,114,43). Sum of RGB (Red+Green+Blue) = 4+114+43=161 (21% of max value = 765). Red value is 4 (1.95% from 255 or 2.48% from 161); Green value is 114 (44.92% from 255 or 70.81% from 161); Blue value is 43 (17.19% from 255 or 26.71% from 161); Max value from RGB is 114 - color contains mainly: green. Hex color #04722B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #04722B is #FB8DD4. Grayscale: #494949. Windows color (decimal): -16485845 or 2847236. OLE color: 2847236.
HSL color Cylindrical-coordinate representation of color #04722B: hue angle of 141.27º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #04722B is Cyan = 0.96, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 4 | 114 | 43 | - |
| CMYK | 0.96 | 0 | 0.62 | 0.55 |
| HSL | 141.27º | 0.93% | 0.23% | - |
| HSV(B) | 141.27º | 0.96% | 0.45% | - |
| XYZ | 6.5 | 12.23 | 4.3 | - |
| YUV | 73.02 | 111.06 | 78.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 114 | 43 | 0.96 | 0 | 0.62 | 0.55 | 141.27 | 0.93 | 0.23 |
| Hex | 4 | 72 | 2B | 60 | 0 | 3E | 37 | 8D | 5D | 17 |
| Octal | 4 | 162 | 53 | 140 | 0 | 76 | 67 | 215 | 135 | 27 |
| Binary | 100 | 1110010 | 101011 | 1100000 | 0 | 111110 | 110111 | 10001101 | 1011101 | 10111 |
Color Harmonies of #04722B
Complementary color
Monochromatic Colors of #04722B
Black with #04722B
Text Example
Text Example
White with #04722B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04722B; }
p { color: rgb(4,114,43); }
H1.HeaderClassName
{
color: #04722B;
}
.AnyTagClassName
{
color: #04722B;
}
</style>
background-color css
<style>
a { background-color: #04722B; }
a { background-color: rgb(4,114,43); }
div.DivClassName
{
background-color: #04722B;
}
.BgClassName
{
background-color: #04722B;
}
</style>
border-color css
<style>
span { border-color: #04722B; }
span { border-color: rgb(4,114,43); }
td.TdClassName
{
border-color: #04722B;
}
.TagClassName
{
border-color: #04722B;
}
</style>