Shades of Crusoe #046216
Tints of Crusoe #046216
RGB
CMYK
RGB Variations
Color information
#046216 (or 0x046216) is known color: Crusoe. HEX triplet: 04, 62 and 16. RGB value is (4,98,22). Sum of RGB (Red+Green+Blue) = 4+98+22=124 (16% of max value = 765). Red value is 4 (1.95% from 255 or 3.23% from 124); Green value is 98 (38.67% from 255 or 79.03% from 124); Blue value is 22 (8.98% from 255 or 17.74% from 124); Max value from RGB is 98 - color contains mainly: green. Hex color #046216 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #046216 is #FB9DE9. Grayscale: #3D3D3D. Windows color (decimal): -16489962 or 1466884. OLE color: 1466884.
HSL color Cylindrical-coordinate representation of color #046216: hue angle of 131.49º degrees, saturation: 0.92, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #046216 is Cyan = 0.96, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 4 | 98 | 22 | - |
| CMYK | 0.96 | 0 | 0.78 | 0.62 |
| HSL | 131.49º | 0.92% | 0.2% | - |
| HSV(B) | 131.49º | 0.96% | 0.38% | - |
| XYZ | 4.56 | 8.82 | 2.22 | - |
| YUV | 61.23 | 105.86 | 87.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 98 | 22 | 0.96 | 0 | 0.78 | 0.62 | 131.49 | 0.92 | 0.2 |
| Hex | 4 | 62 | 16 | 60 | 0 | 4E | 3E | 83 | 5C | 14 |
| Octal | 4 | 142 | 26 | 140 | 0 | 116 | 76 | 203 | 134 | 24 |
| Binary | 100 | 1100010 | 10110 | 1100000 | 0 | 1001110 | 111110 | 10000011 | 1011100 | 10100 |
Color Harmonies of #046216
Complementary color
Monochromatic Colors of #046216
Black with #046216
Text Example
Text Example
White with #046216
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #046216; }
p { color: rgb(4,98,22); }
H1.HeaderClassName
{
color: #046216;
}
.AnyTagClassName
{
color: #046216;
}
</style>
background-color css
<style>
a { background-color: #046216; }
a { background-color: rgb(4,98,22); }
div.DivClassName
{
background-color: #046216;
}
.BgClassName
{
background-color: #046216;
}
</style>
border-color css
<style>
span { border-color: #046216; }
span { border-color: rgb(4,98,22); }
td.TdClassName
{
border-color: #046216;
}
.TagClassName
{
border-color: #046216;
}
</style>