Shades of Crusoe #045A14
Tints of Crusoe #045A14
RGB
CMYK
RGB Variations
Color information
#045A14 (or 0x045A14) is known color: Crusoe. HEX triplet: 04, 5A and 14. RGB value is (4,90,20). Sum of RGB (Red+Green+Blue) = 4+90+20=114 (15% of max value = 765). Red value is 4 (1.95% from 255 or 3.51% from 114); Green value is 90 (35.55% from 255 or 78.95% from 114); Blue value is 20 (8.20% from 255 or 17.54% from 114); Max value from RGB is 90 - color contains mainly: green. Hex color #045A14 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #045A14 is #FBA5EB. Grayscale: #383838. Windows color (decimal): -16492012 or 1333764. OLE color: 1333764.
HSL color Cylindrical-coordinate representation of color #045A14: hue angle of 131.16º 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 #045A14 is Cyan = 0.96, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 4 | 90 | 20 | - |
| CMYK | 0.96 | 0 | 0.78 | 0.65 |
| HSL | 131.16º | 0.91% | 0.18% | - |
| HSV(B) | 131.16º | 0.96% | 0.35% | - |
| XYZ | 3.83 | 7.39 | 1.89 | - |
| YUV | 56.31 | 107.51 | 90.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 90 | 20 | 0.96 | 0 | 0.78 | 0.65 | 131.16 | 0.91 | 0.18 |
| Hex | 4 | 5A | 14 | 60 | 0 | 4E | 41 | 83 | 5B | 12 |
| Octal | 4 | 132 | 24 | 140 | 0 | 116 | 101 | 203 | 133 | 22 |
| Binary | 100 | 1011010 | 10100 | 1100000 | 0 | 1001110 | 1000001 | 10000011 | 1011011 | 10010 |
Color Harmonies of #045A14
Complementary color
Monochromatic Colors of #045A14
Black with #045A14
Text Example
Text Example
White with #045A14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #045A14; }
p { color: rgb(4,90,20); }
H1.HeaderClassName
{
color: #045A14;
}
.AnyTagClassName
{
color: #045A14;
}
</style>
background-color css
<style>
a { background-color: #045A14; }
a { background-color: rgb(4,90,20); }
div.DivClassName
{
background-color: #045A14;
}
.BgClassName
{
background-color: #045A14;
}
</style>
border-color css
<style>
span { border-color: #045A14; }
span { border-color: rgb(4,90,20); }
td.TdClassName
{
border-color: #045A14;
}
.TagClassName
{
border-color: #045A14;
}
</style>