Shades of Crusoe #045516
Tints of Crusoe #045516
RGB
CMYK
RGB Variations
Color information
#045516 (or 0x045516) is known color: Crusoe. HEX triplet: 04, 55 and 16. RGB value is (4,85,22). Sum of RGB (Red+Green+Blue) = 4+85+22=111 (14% of max value = 765). Red value is 4 (1.95% from 255 or 3.60% from 111); Green value is 85 (33.59% from 255 or 76.58% from 111); Blue value is 22 (8.98% from 255 or 19.82% from 111); Max value from RGB is 85 - color contains mainly: green. Hex color #045516 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #045516 is #FBAAE9. Grayscale: #353535. Windows color (decimal): -16493290 or 1463556. OLE color: 1463556.
HSL color Cylindrical-coordinate representation of color #045516: hue angle of 133.33º degrees, saturation: 0.91, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #045516 is Cyan = 0.95, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 4 | 85 | 22 | - |
| CMYK | 0.95 | 0 | 0.74 | 0.67 |
| HSL | 133.33º | 0.91% | 0.17% | - |
| HSV(B) | 133.33º | 0.95% | 0.33% | - |
| XYZ | 3.44 | 6.58 | 1.85 | - |
| YUV | 53.6 | 110.16 | 92.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 85 | 22 | 0.95 | 0 | 0.74 | 0.67 | 133.33 | 0.91 | 0.17 |
| Hex | 4 | 55 | 16 | 5F | 0 | 4A | 43 | 85 | 5B | 11 |
| Octal | 4 | 125 | 26 | 137 | 0 | 112 | 103 | 205 | 133 | 21 |
| Binary | 100 | 1010101 | 10110 | 1011111 | 0 | 1001010 | 1000011 | 10000101 | 1011011 | 10001 |
Color Harmonies of #045516
Complementary color
Monochromatic Colors of #045516
Black with #045516
Text Example
Text Example
White with #045516
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #045516; }
p { color: rgb(4,85,22); }
H1.HeaderClassName
{
color: #045516;
}
.AnyTagClassName
{
color: #045516;
}
</style>
background-color css
<style>
a { background-color: #045516; }
a { background-color: rgb(4,85,22); }
div.DivClassName
{
background-color: #045516;
}
.BgClassName
{
background-color: #045516;
}
</style>
border-color css
<style>
span { border-color: #045516; }
span { border-color: rgb(4,85,22); }
td.TdClassName
{
border-color: #045516;
}
.TagClassName
{
border-color: #045516;
}
</style>