Shades of Crusoe #045E16
Tints of Crusoe #045E16
RGB
CMYK
RGB Variations
Color information
#045E16 (or 0x045E16) is known color: Crusoe. HEX triplet: 04, 5E and 16. RGB value is (4,94,22). Sum of RGB (Red+Green+Blue) = 4+94+22=120 (15% of max value = 765). Red value is 4 (1.95% from 255 or 3.33% from 120); Green value is 94 (37.11% from 255 or 78.33% from 120); Blue value is 22 (8.98% from 255 or 18.33% from 120); Max value from RGB is 94 - color contains mainly: green. Hex color #045E16 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #045E16 is #FBA1E9. Grayscale: #3B3B3B. Windows color (decimal): -16490986 or 1465860. OLE color: 1465860.
HSL color Cylindrical-coordinate representation of color #045E16: hue angle of 132º degrees, saturation: 0.92, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #045E16 is Cyan = 0.96, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 4 | 94 | 22 | - |
| CMYK | 0.96 | 0 | 0.77 | 0.63 |
| HSL | 132º | 0.92% | 0.19% | - |
| HSV(B) | 132º | 0.96% | 0.37% | - |
| XYZ | 4.2 | 8.09 | 2.1 | - |
| YUV | 58.88 | 107.18 | 88.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 94 | 22 | 0.96 | 0 | 0.77 | 0.63 | 132 | 0.92 | 0.19 |
| Hex | 4 | 5E | 16 | 60 | 0 | 4D | 3F | 84 | 5C | 13 |
| Octal | 4 | 136 | 26 | 140 | 0 | 115 | 77 | 204 | 134 | 23 |
| Binary | 100 | 1011110 | 10110 | 1100000 | 0 | 1001101 | 111111 | 10000100 | 1011100 | 10011 |
Color Harmonies of #045E16
Complementary color
Monochromatic Colors of #045E16
Black with #045E16
Text Example
Text Example
White with #045E16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #045E16; }
p { color: rgb(4,94,22); }
H1.HeaderClassName
{
color: #045E16;
}
.AnyTagClassName
{
color: #045E16;
}
</style>
background-color css
<style>
a { background-color: #045E16; }
a { background-color: rgb(4,94,22); }
div.DivClassName
{
background-color: #045E16;
}
.BgClassName
{
background-color: #045E16;
}
</style>
border-color css
<style>
span { border-color: #045E16; }
span { border-color: rgb(4,94,22); }
td.TdClassName
{
border-color: #045E16;
}
.TagClassName
{
border-color: #045E16;
}
</style>