Shades of Crusoe #05742B
Tints of Crusoe #05742B
RGB
CMYK
RGB Variations
Color information
#05742B (or 0x05742B) is known color: Crusoe. HEX triplet: 05, 74 and 2B. RGB value is (5,116,43). Sum of RGB (Red+Green+Blue) = 5+116+43=164 (21% of max value = 765). Red value is 5 (2.34% from 255 or 3.05% from 164); Green value is 116 (45.70% from 255 or 70.73% from 164); Blue value is 43 (17.19% from 255 or 26.22% from 164); Max value from RGB is 116 - color contains mainly: green. Hex color #05742B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #05742B is #FA8BD4. Grayscale: #4A4A4A. Windows color (decimal): -16419797 or 2847749. OLE color: 2847749.
HSL color Cylindrical-coordinate representation of color #05742B: hue angle of 140.54º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #05742B is Cyan = 0.96, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 5 | 116 | 43 | - |
| CMYK | 0.96 | 0 | 0.63 | 0.55 |
| HSL | 140.54º | 0.92% | 0.24% | - |
| HSV(B) | 140.54º | 0.96% | 0.45% | - |
| XYZ | 6.74 | 12.7 | 4.38 | - |
| YUV | 74.49 | 110.23 | 78.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 116 | 43 | 0.96 | 0 | 0.63 | 0.55 | 140.54 | 0.92 | 0.24 |
| Hex | 5 | 74 | 2B | 60 | 0 | 3F | 37 | 8D | 5C | 18 |
| Octal | 5 | 164 | 53 | 140 | 0 | 77 | 67 | 215 | 134 | 30 |
| Binary | 101 | 1110100 | 101011 | 1100000 | 0 | 111111 | 110111 | 10001101 | 1011100 | 11000 |
Color Harmonies of #05742B
Complementary color
Monochromatic Colors of #05742B
Black with #05742B
Text Example
Text Example
White with #05742B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05742B; }
p { color: rgb(5,116,43); }
H1.HeaderClassName
{
color: #05742B;
}
.AnyTagClassName
{
color: #05742B;
}
</style>
background-color css
<style>
a { background-color: #05742B; }
a { background-color: rgb(5,116,43); }
div.DivClassName
{
background-color: #05742B;
}
.BgClassName
{
background-color: #05742B;
}
</style>
border-color css
<style>
span { border-color: #05742B; }
span { border-color: rgb(5,116,43); }
td.TdClassName
{
border-color: #05742B;
}
.TagClassName
{
border-color: #05742B;
}
</style>