Shades of Crusoe #05722E
Tints of Crusoe #05722E
RGB
CMYK
RGB Variations
Color information
#05722E (or 0x05722E) is known color: Crusoe. HEX triplet: 05, 72 and 2E. RGB value is (5,114,46). Sum of RGB (Red+Green+Blue) = 5+114+46=165 (21% of max value = 765). Red value is 5 (2.34% from 255 or 3.03% from 165); Green value is 114 (44.92% from 255 or 69.09% from 165); Blue value is 46 (18.36% from 255 or 27.88% from 165); Max value from RGB is 114 - color contains mainly: green. Hex color #05722E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #05722E is #FA8DD1. Grayscale: #494949. Windows color (decimal): -16420306 or 3043845. OLE color: 3043845.
HSL color Cylindrical-coordinate representation of color #05722E: hue angle of 142.57º 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 #05722E is Cyan = 0.96, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 5 | 114 | 46 | - |
| CMYK | 0.96 | 0 | 0.60 | 0.55 |
| HSL | 142.57º | 0.92% | 0.23% | - |
| HSV(B) | 142.57º | 0.96% | 0.45% | - |
| XYZ | 6.57 | 12.26 | 4.61 | - |
| YUV | 73.66 | 112.39 | 79.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 114 | 46 | 0.96 | 0 | 0.60 | 0.55 | 142.57 | 0.92 | 0.23 |
| Hex | 5 | 72 | 2E | 60 | 0 | 3C | 37 | 8F | 5C | 17 |
| Octal | 5 | 162 | 56 | 140 | 0 | 74 | 67 | 217 | 134 | 27 |
| Binary | 101 | 1110010 | 101110 | 1100000 | 0 | 111100 | 110111 | 10001111 | 1011100 | 10111 |
Color Harmonies of #05722E
Complementary color
Monochromatic Colors of #05722E
Black with #05722E
Text Example
Text Example
White with #05722E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05722E; }
p { color: rgb(5,114,46); }
H1.HeaderClassName
{
color: #05722E;
}
.AnyTagClassName
{
color: #05722E;
}
</style>
background-color css
<style>
a { background-color: #05722E; }
a { background-color: rgb(5,114,46); }
div.DivClassName
{
background-color: #05722E;
}
.BgClassName
{
background-color: #05722E;
}
</style>
border-color css
<style>
span { border-color: #05722E; }
span { border-color: rgb(5,114,46); }
td.TdClassName
{
border-color: #05722E;
}
.TagClassName
{
border-color: #05722E;
}
</style>