Shades of Crusoe #045924
Tints of Crusoe #045924
RGB
CMYK
RGB Variations
Color information
#045924 (or 0x045924) is known color: Crusoe. HEX triplet: 04, 59 and 24. RGB value is (4,89,36). Sum of RGB (Red+Green+Blue) = 4+89+36=129 (17% of max value = 765). Red value is 4 (1.95% from 255 or 3.10% from 129); Green value is 89 (35.16% from 255 or 68.99% from 129); Blue value is 36 (14.45% from 255 or 27.91% from 129); Max value from RGB is 89 - color contains mainly: green. Hex color #045924 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #045924 is #FBA6DB. Grayscale: #393939. Windows color (decimal): -16492252 or 2382084. OLE color: 2382084.
HSL color Cylindrical-coordinate representation of color #045924: hue angle of 142.59º 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 #045924 is Cyan = 0.96, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 4 | 89 | 36 | - |
| CMYK | 0.96 | 0 | 0.60 | 0.65 |
| HSL | 142.59º | 0.91% | 0.18% | - |
| HSV(B) | 142.59º | 0.96% | 0.35% | - |
| XYZ | 3.94 | 7.3 | 2.87 | - |
| YUV | 57.54 | 115.84 | 89.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 89 | 36 | 0.96 | 0 | 0.60 | 0.65 | 142.59 | 0.91 | 0.18 |
| Hex | 4 | 59 | 24 | 60 | 0 | 3C | 41 | 8F | 5B | 12 |
| Octal | 4 | 131 | 44 | 140 | 0 | 74 | 101 | 217 | 133 | 22 |
| Binary | 100 | 1011001 | 100100 | 1100000 | 0 | 111100 | 1000001 | 10001111 | 1011011 | 10010 |
Color Harmonies of #045924
Complementary color
Monochromatic Colors of #045924
Black with #045924
Text Example
Text Example
White with #045924
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #045924; }
p { color: rgb(4,89,36); }
H1.HeaderClassName
{
color: #045924;
}
.AnyTagClassName
{
color: #045924;
}
</style>
background-color css
<style>
a { background-color: #045924; }
a { background-color: rgb(4,89,36); }
div.DivClassName
{
background-color: #045924;
}
.BgClassName
{
background-color: #045924;
}
</style>
border-color css
<style>
span { border-color: #045924; }
span { border-color: rgb(4,89,36); }
td.TdClassName
{
border-color: #045924;
}
.TagClassName
{
border-color: #045924;
}
</style>