Shades of Crusoe #045420
Tints of Crusoe #045420
RGB
CMYK
RGB Variations
Color information
#045420 (or 0x045420) is known color: Crusoe. HEX triplet: 04, 54 and 20. RGB value is (4,84,32). Sum of RGB (Red+Green+Blue) = 4+84+32=120 (15% of max value = 765). Red value is 4 (1.95% from 255 or 3.33% from 120); Green value is 84 (33.20% from 255 or 70% from 120); Blue value is 32 (12.89% from 255 or 26.67% from 120); Max value from RGB is 84 - color contains mainly: green. Hex color #045420 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #045420 is #FBABDF. Grayscale: #363636. Windows color (decimal): -16493536 or 2118660. OLE color: 2118660.
HSL color Cylindrical-coordinate representation of color #045420: hue angle of 141º 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 #045420 is Cyan = 0.95, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 4 | 84 | 32 | - |
| CMYK | 0.95 | 0 | 0.62 | 0.67 |
| HSL | 141º | 0.91% | 0.17% | - |
| HSV(B) | 141º | 0.95% | 0.33% | - |
| XYZ | 3.48 | 6.47 | 2.43 | - |
| YUV | 54.15 | 115.5 | 92.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 84 | 32 | 0.95 | 0 | 0.62 | 0.67 | 141 | 0.91 | 0.17 |
| Hex | 4 | 54 | 20 | 5F | 0 | 3E | 43 | 8D | 5B | 11 |
| Octal | 4 | 124 | 40 | 137 | 0 | 76 | 103 | 215 | 133 | 21 |
| Binary | 100 | 1010100 | 100000 | 1011111 | 0 | 111110 | 1000011 | 10001101 | 1011011 | 10001 |
Color Harmonies of #045420
Complementary color
Monochromatic Colors of #045420
Black with #045420
Text Example
Text Example
White with #045420
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #045420; }
p { color: rgb(4,84,32); }
H1.HeaderClassName
{
color: #045420;
}
.AnyTagClassName
{
color: #045420;
}
</style>
background-color css
<style>
a { background-color: #045420; }
a { background-color: rgb(4,84,32); }
div.DivClassName
{
background-color: #045420;
}
.BgClassName
{
background-color: #045420;
}
</style>
border-color css
<style>
span { border-color: #045420; }
span { border-color: rgb(4,84,32); }
td.TdClassName
{
border-color: #045420;
}
.TagClassName
{
border-color: #045420;
}
</style>