Shades of Crusoe #05722D
Tints of Crusoe #05722D
RGB
CMYK
RGB Variations
Color information
#05722D (or 0x05722D) is known color: Crusoe. HEX triplet: 05, 72 and 2D. RGB value is (5,114,45). Sum of RGB (Red+Green+Blue) = 5+114+45=164 (21% of max value = 765). Red value is 5 (2.34% from 255 or 3.05% from 164); Green value is 114 (44.92% from 255 or 69.51% from 164); Blue value is 45 (17.97% from 255 or 27.44% from 164); Max value from RGB is 114 - color contains mainly: green. Hex color #05722D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #05722D is #FA8DD2. Grayscale: #494949. Windows color (decimal): -16420307 or 2978309. OLE color: 2978309.
HSL color Cylindrical-coordinate representation of color #05722D: hue angle of 142.02º degrees, saturation: 0.92, 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 #05722D is Cyan = 0.96, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 5 | 114 | 45 | - |
| CMYK | 0.96 | 0 | 0.61 | 0.55 |
| HSL | 142.02º | 0.92% | 0.23% | - |
| HSV(B) | 142.02º | 0.96% | 0.45% | - |
| XYZ | 6.55 | 12.26 | 4.5 | - |
| YUV | 73.54 | 111.89 | 79.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 114 | 45 | 0.96 | 0 | 0.61 | 0.55 | 142.02 | 0.92 | 0.23 |
| Hex | 5 | 72 | 2D | 60 | 0 | 3D | 37 | 8E | 5C | 17 |
| Octal | 5 | 162 | 55 | 140 | 0 | 75 | 67 | 216 | 134 | 27 |
| Binary | 101 | 1110010 | 101101 | 1100000 | 0 | 111101 | 110111 | 10001110 | 1011100 | 10111 |
Color Harmonies of #05722D
Complementary color
Monochromatic Colors of #05722D
Black with #05722D
Text Example
Text Example
White with #05722D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05722D; }
p { color: rgb(5,114,45); }
H1.HeaderClassName
{
color: #05722D;
}
.AnyTagClassName
{
color: #05722D;
}
</style>
background-color css
<style>
a { background-color: #05722D; }
a { background-color: rgb(5,114,45); }
div.DivClassName
{
background-color: #05722D;
}
.BgClassName
{
background-color: #05722D;
}
</style>
border-color css
<style>
span { border-color: #05722D; }
span { border-color: rgb(5,114,45); }
td.TdClassName
{
border-color: #05722D;
}
.TagClassName
{
border-color: #05722D;
}
</style>