Shades of Crusoe #05642D
Tints of Crusoe #05642D
RGB
CMYK
RGB Variations
Color information
#05642D (or 0x05642D) is known color: Crusoe. HEX triplet: 05, 64 and 2D. RGB value is (5,100,45). Sum of RGB (Red+Green+Blue) = 5+100+45=150 (19% of max value = 765). Red value is 5 (2.34% from 255 or 3.33% from 150); Green value is 100 (39.45% from 255 or 66.67% from 150); Blue value is 45 (17.97% from 255 or 30% from 150); Max value from RGB is 100 - color contains mainly: green. Hex color #05642D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #05642D is #FA9BD2. Grayscale: #414141. Windows color (decimal): -16423891 or 2974725. OLE color: 2974725.
HSL color Cylindrical-coordinate representation of color #05642D: hue angle of 145.26º degrees, saturation: 0.9, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #05642D is Cyan = 0.95, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 5 | 100 | 45 | - |
| CMYK | 0.95 | 0 | 0.55 | 0.61 |
| HSL | 145.26º | 0.9% | 0.21% | - |
| HSV(B) | 145.26º | 0.95% | 0.39% | - |
| XYZ | 5.09 | 9.34 | 4.02 | - |
| YUV | 65.33 | 116.53 | 84.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 100 | 45 | 0.95 | 0 | 0.55 | 0.61 | 145.26 | 0.9 | 0.21 |
| Hex | 5 | 64 | 2D | 5F | 0 | 37 | 3D | 91 | 5A | 15 |
| Octal | 5 | 144 | 55 | 137 | 0 | 67 | 75 | 221 | 132 | 25 |
| Binary | 101 | 1100100 | 101101 | 1011111 | 0 | 110111 | 111101 | 10010001 | 1011010 | 10101 |
Color Harmonies of #05642D
Complementary color
Monochromatic Colors of #05642D
Black with #05642D
Text Example
Text Example
White with #05642D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05642D; }
p { color: rgb(5,100,45); }
H1.HeaderClassName
{
color: #05642D;
}
.AnyTagClassName
{
color: #05642D;
}
</style>
background-color css
<style>
a { background-color: #05642D; }
a { background-color: rgb(5,100,45); }
div.DivClassName
{
background-color: #05642D;
}
.BgClassName
{
background-color: #05642D;
}
</style>
border-color css
<style>
span { border-color: #05642D; }
span { border-color: rgb(5,100,45); }
td.TdClassName
{
border-color: #05642D;
}
.TagClassName
{
border-color: #05642D;
}
</style>