Shades of Crusoe #045A31
Tints of Crusoe #045A31
RGB
CMYK
RGB Variations
Color information
#045A31 (or 0x045A31) is known color: Crusoe. HEX triplet: 04, 5A and 31. RGB value is (4,90,49). Sum of RGB (Red+Green+Blue) = 4+90+49=143 (18% of max value = 765). Red value is 4 (1.95% from 255 or 2.80% from 143); Green value is 90 (35.55% from 255 or 62.94% from 143); Blue value is 49 (19.53% from 255 or 34.27% from 143); Max value from RGB is 90 - color contains mainly: green. Hex color #045A31 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #045A31 is #FBA5CE. Grayscale: #3B3B3B. Windows color (decimal): -16491983 or 3234308. OLE color: 3234308.
HSL color Cylindrical-coordinate representation of color #045A31: hue angle of 151.4º 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 #045A31 is Cyan = 0.96, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 4 | 90 | 49 | - |
| CMYK | 0.96 | 0 | 0.46 | 0.65 |
| HSL | 151.4º | 0.91% | 0.18% | - |
| HSV(B) | 151.4º | 0.96% | 0.35% | - |
| XYZ | 4.26 | 7.56 | 4.14 | - |
| YUV | 59.61 | 122.01 | 88.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 90 | 49 | 0.96 | 0 | 0.46 | 0.65 | 151.4 | 0.91 | 0.18 |
| Hex | 4 | 5A | 31 | 60 | 0 | 2E | 41 | 97 | 5B | 12 |
| Octal | 4 | 132 | 61 | 140 | 0 | 56 | 101 | 227 | 133 | 22 |
| Binary | 100 | 1011010 | 110001 | 1100000 | 0 | 101110 | 1000001 | 10010111 | 1011011 | 10010 |
Color Harmonies of #045A31
Complementary color
Monochromatic Colors of #045A31
Black with #045A31
Text Example
Text Example
White with #045A31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #045A31; }
p { color: rgb(4,90,49); }
H1.HeaderClassName
{
color: #045A31;
}
.AnyTagClassName
{
color: #045A31;
}
</style>
background-color css
<style>
a { background-color: #045A31; }
a { background-color: rgb(4,90,49); }
div.DivClassName
{
background-color: #045A31;
}
.BgClassName
{
background-color: #045A31;
}
</style>
border-color css
<style>
span { border-color: #045A31; }
span { border-color: rgb(4,90,49); }
td.TdClassName
{
border-color: #045A31;
}
.TagClassName
{
border-color: #045A31;
}
</style>