Shades of Crusoe #045A32
Tints of Crusoe #045A32
RGB
CMYK
RGB Variations
Color information
#045A32 (or 0x045A32) is known color: Crusoe. HEX triplet: 04, 5A and 32. RGB value is (4,90,50). Sum of RGB (Red+Green+Blue) = 4+90+50=144 (19% of max value = 765). Red value is 4 (1.95% from 255 or 2.78% from 144); Green value is 90 (35.55% from 255 or 62.5% from 144); Blue value is 50 (19.92% from 255 or 34.72% from 144); Max value from RGB is 90 - color contains mainly: green. Hex color #045A32 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #045A32 is #FBA5CD. Grayscale: #3B3B3B. Windows color (decimal): -16491982 or 3299844. OLE color: 3299844.
HSL color Cylindrical-coordinate representation of color #045A32: hue angle of 152.09º 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 #045A32 is Cyan = 0.96, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 4 | 90 | 50 | - |
| CMYK | 0.96 | 0 | 0.44 | 0.65 |
| HSL | 152.09º | 0.91% | 0.18% | - |
| HSV(B) | 152.09º | 0.96% | 0.35% | - |
| XYZ | 4.28 | 7.57 | 4.25 | - |
| YUV | 59.73 | 122.51 | 88.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 90 | 50 | 0.96 | 0 | 0.44 | 0.65 | 152.09 | 0.91 | 0.18 |
| Hex | 4 | 5A | 32 | 60 | 0 | 2C | 41 | 98 | 5B | 12 |
| Octal | 4 | 132 | 62 | 140 | 0 | 54 | 101 | 230 | 133 | 22 |
| Binary | 100 | 1011010 | 110010 | 1100000 | 0 | 101100 | 1000001 | 10011000 | 1011011 | 10010 |
Color Harmonies of #045A32
Complementary color
Monochromatic Colors of #045A32
Black with #045A32
Text Example
Text Example
White with #045A32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #045A32; }
p { color: rgb(4,90,50); }
H1.HeaderClassName
{
color: #045A32;
}
.AnyTagClassName
{
color: #045A32;
}
</style>
background-color css
<style>
a { background-color: #045A32; }
a { background-color: rgb(4,90,50); }
div.DivClassName
{
background-color: #045A32;
}
.BgClassName
{
background-color: #045A32;
}
</style>
border-color css
<style>
span { border-color: #045A32; }
span { border-color: rgb(4,90,50); }
td.TdClassName
{
border-color: #045A32;
}
.TagClassName
{
border-color: #045A32;
}
</style>