Shades of Crusoe #046F2B
Tints of Crusoe #046F2B
RGB
CMYK
RGB Variations
Color information
#046F2B (or 0x046F2B) is known color: Crusoe. HEX triplet: 04, 6F and 2B. RGB value is (4,111,43). Sum of RGB (Red+Green+Blue) = 4+111+43=158 (20% of max value = 765). Red value is 4 (1.95% from 255 or 2.53% from 158); Green value is 111 (43.75% from 255 or 70.25% from 158); Blue value is 43 (17.19% from 255 or 27.22% from 158); Max value from RGB is 111 - color contains mainly: green. Hex color #046F2B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #046F2B is #FB90D4. Grayscale: #474747. Windows color (decimal): -16486613 or 2846468. OLE color: 2846468.
HSL color Cylindrical-coordinate representation of color #046F2B: hue angle of 141.87º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #046F2B is Cyan = 0.96, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 4 | 111 | 43 | - |
| CMYK | 0.96 | 0 | 0.61 | 0.56 |
| HSL | 141.87º | 0.93% | 0.23% | - |
| HSV(B) | 141.87º | 0.96% | 0.44% | - |
| XYZ | 6.17 | 11.57 | 4.19 | - |
| YUV | 71.26 | 112.05 | 80.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 111 | 43 | 0.96 | 0 | 0.61 | 0.56 | 141.87 | 0.93 | 0.23 |
| Hex | 4 | 6F | 2B | 60 | 0 | 3D | 38 | 8E | 5D | 17 |
| Octal | 4 | 157 | 53 | 140 | 0 | 75 | 70 | 216 | 135 | 27 |
| Binary | 100 | 1101111 | 101011 | 1100000 | 0 | 111101 | 111000 | 10001110 | 1011101 | 10111 |
Color Harmonies of #046F2B
Complementary color
Monochromatic Colors of #046F2B
Black with #046F2B
Text Example
Text Example
White with #046F2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #046F2B; }
p { color: rgb(4,111,43); }
H1.HeaderClassName
{
color: #046F2B;
}
.AnyTagClassName
{
color: #046F2B;
}
</style>
background-color css
<style>
a { background-color: #046F2B; }
a { background-color: rgb(4,111,43); }
div.DivClassName
{
background-color: #046F2B;
}
.BgClassName
{
background-color: #046F2B;
}
</style>
border-color css
<style>
span { border-color: #046F2B; }
span { border-color: rgb(4,111,43); }
td.TdClassName
{
border-color: #046F2B;
}
.TagClassName
{
border-color: #046F2B;
}
</style>