Shades of Crusoe #045A18
Tints of Crusoe #045A18
RGB
CMYK
RGB Variations
Color information
#045A18 (or 0x045A18) is known color: Crusoe. HEX triplet: 04, 5A and 18. RGB value is (4,90,24). Sum of RGB (Red+Green+Blue) = 4+90+24=118 (15% of max value = 765). Red value is 4 (1.95% from 255 or 3.39% from 118); Green value is 90 (35.55% from 255 or 76.27% from 118); Blue value is 24 (9.77% from 255 or 20.34% from 118); Max value from RGB is 90 - color contains mainly: green. Hex color #045A18 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #045A18 is #FBA5E7. Grayscale: #383838. Windows color (decimal): -16492008 or 1595908. OLE color: 1595908.
HSL color Cylindrical-coordinate representation of color #045A18: hue angle of 133.95º 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 #045A18 is Cyan = 0.96, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 4 | 90 | 24 | - |
| CMYK | 0.96 | 0 | 0.73 | 0.65 |
| HSL | 133.95º | 0.91% | 0.18% | - |
| HSV(B) | 133.95º | 0.96% | 0.35% | - |
| XYZ | 3.87 | 7.4 | 2.09 | - |
| YUV | 56.76 | 109.51 | 90.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 90 | 24 | 0.96 | 0 | 0.73 | 0.65 | 133.95 | 0.91 | 0.18 |
| Hex | 4 | 5A | 18 | 60 | 0 | 49 | 41 | 86 | 5B | 12 |
| Octal | 4 | 132 | 30 | 140 | 0 | 111 | 101 | 206 | 133 | 22 |
| Binary | 100 | 1011010 | 11000 | 1100000 | 0 | 1001001 | 1000001 | 10000110 | 1011011 | 10010 |
Color Harmonies of #045A18
Complementary color
Monochromatic Colors of #045A18
Black with #045A18
Text Example
Text Example
White with #045A18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #045A18; }
p { color: rgb(4,90,24); }
H1.HeaderClassName
{
color: #045A18;
}
.AnyTagClassName
{
color: #045A18;
}
</style>
background-color css
<style>
a { background-color: #045A18; }
a { background-color: rgb(4,90,24); }
div.DivClassName
{
background-color: #045A18;
}
.BgClassName
{
background-color: #045A18;
}
</style>
border-color css
<style>
span { border-color: #045A18; }
span { border-color: rgb(4,90,24); }
td.TdClassName
{
border-color: #045A18;
}
.TagClassName
{
border-color: #045A18;
}
</style>