Shades of Crusoe #04722D
Tints of Crusoe #04722D
RGB
CMYK
RGB Variations
Color information
#04722D (or 0x04722D) is known color: Crusoe. HEX triplet: 04, 72 and 2D. RGB value is (4,114,45). Sum of RGB (Red+Green+Blue) = 4+114+45=163 (21% of max value = 765). Red value is 4 (1.95% from 255 or 2.45% from 163); Green value is 114 (44.92% from 255 or 69.94% from 163); Blue value is 45 (17.97% from 255 or 27.61% from 163); Max value from RGB is 114 - color contains mainly: green. Hex color #04722D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #04722D is #FB8DD2. Grayscale: #494949. Windows color (decimal): -16485843 or 2978308. OLE color: 2978308.
HSL color Cylindrical-coordinate representation of color #04722D: hue angle of 142.36º 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 #04722D is Cyan = 0.96, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 4 | 114 | 45 | - |
| CMYK | 0.96 | 0 | 0.61 | 0.55 |
| HSL | 142.36º | 0.93% | 0.23% | - |
| HSV(B) | 142.36º | 0.96% | 0.45% | - |
| XYZ | 6.54 | 12.25 | 4.5 | - |
| YUV | 73.24 | 112.06 | 78.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 114 | 45 | 0.96 | 0 | 0.61 | 0.55 | 142.36 | 0.93 | 0.23 |
| Hex | 4 | 72 | 2D | 60 | 0 | 3D | 37 | 8E | 5D | 17 |
| Octal | 4 | 162 | 55 | 140 | 0 | 75 | 67 | 216 | 135 | 27 |
| Binary | 100 | 1110010 | 101101 | 1100000 | 0 | 111101 | 110111 | 10001110 | 1011101 | 10111 |
Color Harmonies of #04722D
Complementary color
Monochromatic Colors of #04722D
Black with #04722D
Text Example
Text Example
White with #04722D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04722D; }
p { color: rgb(4,114,45); }
H1.HeaderClassName
{
color: #04722D;
}
.AnyTagClassName
{
color: #04722D;
}
</style>
background-color css
<style>
a { background-color: #04722D; }
a { background-color: rgb(4,114,45); }
div.DivClassName
{
background-color: #04722D;
}
.BgClassName
{
background-color: #04722D;
}
</style>
border-color css
<style>
span { border-color: #04722D; }
span { border-color: rgb(4,114,45); }
td.TdClassName
{
border-color: #04722D;
}
.TagClassName
{
border-color: #04722D;
}
</style>