Shades of Crusoe #045A20
Tints of Crusoe #045A20
RGB
CMYK
RGB Variations
Color information
#045A20 (or 0x045A20) is known color: Crusoe. HEX triplet: 04, 5A and 20. RGB value is (4,90,32). Sum of RGB (Red+Green+Blue) = 4+90+32=126 (16% of max value = 765). Red value is 4 (1.95% from 255 or 3.17% from 126); Green value is 90 (35.55% from 255 or 71.43% from 126); Blue value is 32 (12.89% from 255 or 25.40% from 126); Max value from RGB is 90 - color contains mainly: green. Hex color #045A20 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #045A20 is #FBA5DF. Grayscale: #393939. Windows color (decimal): -16492000 or 2120196. OLE color: 2120196.
HSL color Cylindrical-coordinate representation of color #045A20: hue angle of 139.53º degrees, saturation: 0.91, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #045A20 is Cyan = 0.96, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 4 | 90 | 32 | - |
| CMYK | 0.96 | 0 | 0.64 | 0.65 |
| HSL | 139.53º | 0.91% | 0.18% | - |
| HSV(B) | 139.53º | 0.96% | 0.35% | - |
| XYZ | 3.97 | 7.44 | 2.59 | - |
| YUV | 57.67 | 113.51 | 89.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 90 | 32 | 0.96 | 0 | 0.64 | 0.65 | 139.53 | 0.91 | 0.18 |
| Hex | 4 | 5A | 20 | 60 | 0 | 40 | 41 | 8C | 5B | 12 |
| Octal | 4 | 132 | 40 | 140 | 0 | 100 | 101 | 214 | 133 | 22 |
| Binary | 100 | 1011010 | 100000 | 1100000 | 0 | 1000000 | 1000001 | 10001100 | 1011011 | 10010 |
Color Harmonies of #045A20
Complementary color
Monochromatic Colors of #045A20
Black with #045A20
Text Example
Text Example
White with #045A20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #045A20; }
p { color: rgb(4,90,32); }
H1.HeaderClassName
{
color: #045A20;
}
.AnyTagClassName
{
color: #045A20;
}
</style>
background-color css
<style>
a { background-color: #045A20; }
a { background-color: rgb(4,90,32); }
div.DivClassName
{
background-color: #045A20;
}
.BgClassName
{
background-color: #045A20;
}
</style>
border-color css
<style>
span { border-color: #045A20; }
span { border-color: rgb(4,90,32); }
td.TdClassName
{
border-color: #045A20;
}
.TagClassName
{
border-color: #045A20;
}
</style>