Shades of Crusoe #046E29
Tints of Crusoe #046E29
RGB
CMYK
RGB Variations
Color information
#046E29 (or 0x046E29) is known color: Crusoe. HEX triplet: 04, 6E and 29. RGB value is (4,110,41). Sum of RGB (Red+Green+Blue) = 4+110+41=155 (20% of max value = 765). Red value is 4 (1.95% from 255 or 2.58% from 155); Green value is 110 (43.36% from 255 or 70.97% from 155); Blue value is 41 (16.41% from 255 or 26.45% from 155); Max value from RGB is 110 - color contains mainly: green. Hex color #046E29 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #046E29 is #FB91D6. Grayscale: #464646. Windows color (decimal): -16486871 or 2715140. OLE color: 2715140.
HSL color Cylindrical-coordinate representation of color #046E29: hue angle of 140.94º degrees, saturation: 0.93, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #046E29 is Cyan = 0.96, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 4 | 110 | 41 | - |
| CMYK | 0.96 | 0 | 0.63 | 0.57 |
| HSL | 140.94º | 0.93% | 0.22% | - |
| HSV(B) | 140.94º | 0.96% | 0.43% | - |
| XYZ | 6.03 | 11.34 | 3.97 | - |
| YUV | 70.44 | 111.38 | 80.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 110 | 41 | 0.96 | 0 | 0.63 | 0.57 | 140.94 | 0.93 | 0.22 |
| Hex | 4 | 6E | 29 | 60 | 0 | 3F | 39 | 8D | 5D | 16 |
| Octal | 4 | 156 | 51 | 140 | 0 | 77 | 71 | 215 | 135 | 26 |
| Binary | 100 | 1101110 | 101001 | 1100000 | 0 | 111111 | 111001 | 10001101 | 1011101 | 10110 |
Color Harmonies of #046E29
Complementary color
Monochromatic Colors of #046E29
Black with #046E29
Text Example
Text Example
White with #046E29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #046E29; }
p { color: rgb(4,110,41); }
H1.HeaderClassName
{
color: #046E29;
}
.AnyTagClassName
{
color: #046E29;
}
</style>
background-color css
<style>
a { background-color: #046E29; }
a { background-color: rgb(4,110,41); }
div.DivClassName
{
background-color: #046E29;
}
.BgClassName
{
background-color: #046E29;
}
</style>
border-color css
<style>
span { border-color: #046E29; }
span { border-color: rgb(4,110,41); }
td.TdClassName
{
border-color: #046E29;
}
.TagClassName
{
border-color: #046E29;
}
</style>