Shades of Crusoe #046B2F
Tints of Crusoe #046B2F
RGB
CMYK
RGB Variations
Color information
#046B2F (or 0x046B2F) is known color: Crusoe. HEX triplet: 04, 6B and 2F. RGB value is (4,107,47). Sum of RGB (Red+Green+Blue) = 4+107+47=158 (20% of max value = 765). Red value is 4 (1.95% from 255 or 2.53% from 158); Green value is 107 (42.19% from 255 or 67.72% from 158); Blue value is 47 (18.75% from 255 or 29.75% from 158); Max value from RGB is 107 - color contains mainly: green. Hex color #046B2F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #046B2F is #FB94D0. Grayscale: #454545. Windows color (decimal): -16487633 or 3107588. OLE color: 3107588.
HSL color Cylindrical-coordinate representation of color #046B2F: hue angle of 145.05º degrees, saturation: 0.93, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #046B2F is Cyan = 0.96, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 4 | 107 | 47 | - |
| CMYK | 0.96 | 0 | 0.56 | 0.58 |
| HSL | 145.05º | 0.93% | 0.22% | - |
| HSV(B) | 145.05º | 0.96% | 0.42% | - |
| XYZ | 5.82 | 10.75 | 4.46 | - |
| YUV | 69.36 | 115.38 | 81.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 107 | 47 | 0.96 | 0 | 0.56 | 0.58 | 145.05 | 0.93 | 0.22 |
| Hex | 4 | 6B | 2F | 60 | 0 | 38 | 3A | 91 | 5D | 16 |
| Octal | 4 | 153 | 57 | 140 | 0 | 70 | 72 | 221 | 135 | 26 |
| Binary | 100 | 1101011 | 101111 | 1100000 | 0 | 111000 | 111010 | 10010001 | 1011101 | 10110 |
Color Harmonies of #046B2F
Complementary color
Monochromatic Colors of #046B2F
Black with #046B2F
Text Example
Text Example
White with #046B2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #046B2F; }
p { color: rgb(4,107,47); }
H1.HeaderClassName
{
color: #046B2F;
}
.AnyTagClassName
{
color: #046B2F;
}
</style>
background-color css
<style>
a { background-color: #046B2F; }
a { background-color: rgb(4,107,47); }
div.DivClassName
{
background-color: #046B2F;
}
.BgClassName
{
background-color: #046B2F;
}
</style>
border-color css
<style>
span { border-color: #046B2F; }
span { border-color: rgb(4,107,47); }
td.TdClassName
{
border-color: #046B2F;
}
.TagClassName
{
border-color: #046B2F;
}
</style>