Shades of Crusoe #046E2B
Tints of Crusoe #046E2B
RGB
CMYK
RGB Variations
Color information
#046E2B (or 0x046E2B) is known color: Crusoe. HEX triplet: 04, 6E and 2B. RGB value is (4,110,43). Sum of RGB (Red+Green+Blue) = 4+110+43=157 (20% of max value = 765). Red value is 4 (1.95% from 255 or 2.55% from 157); Green value is 110 (43.36% from 255 or 70.06% from 157); Blue value is 43 (17.19% from 255 or 27.39% from 157); Max value from RGB is 110 - color contains mainly: green. Hex color #046E2B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #046E2B is #FB91D4. Grayscale: #464646. Windows color (decimal): -16486869 or 2846212. OLE color: 2846212.
HSL color Cylindrical-coordinate representation of color #046E2B: hue angle of 142.08º 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 #046E2B is Cyan = 0.96, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 4 | 110 | 43 | - |
| CMYK | 0.96 | 0 | 0.61 | 0.57 |
| HSL | 142.08º | 0.93% | 0.22% | - |
| HSV(B) | 142.08º | 0.96% | 0.43% | - |
| XYZ | 6.06 | 11.35 | 4.16 | - |
| YUV | 70.67 | 112.38 | 80.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 110 | 43 | 0.96 | 0 | 0.61 | 0.57 | 142.08 | 0.93 | 0.22 |
| Hex | 4 | 6E | 2B | 60 | 0 | 3D | 39 | 8E | 5D | 16 |
| Octal | 4 | 156 | 53 | 140 | 0 | 75 | 71 | 216 | 135 | 26 |
| Binary | 100 | 1101110 | 101011 | 1100000 | 0 | 111101 | 111001 | 10001110 | 1011101 | 10110 |
Color Harmonies of #046E2B
Complementary color
Monochromatic Colors of #046E2B
Black with #046E2B
Text Example
Text Example
White with #046E2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #046E2B; }
p { color: rgb(4,110,43); }
H1.HeaderClassName
{
color: #046E2B;
}
.AnyTagClassName
{
color: #046E2B;
}
</style>
background-color css
<style>
a { background-color: #046E2B; }
a { background-color: rgb(4,110,43); }
div.DivClassName
{
background-color: #046E2B;
}
.BgClassName
{
background-color: #046E2B;
}
</style>
border-color css
<style>
span { border-color: #046E2B; }
span { border-color: rgb(4,110,43); }
td.TdClassName
{
border-color: #046E2B;
}
.TagClassName
{
border-color: #046E2B;
}
</style>