Shades of Crusoe #045D24
Tints of Crusoe #045D24
RGB
CMYK
RGB Variations
Color information
#045D24 (or 0x045D24) is known color: Crusoe. HEX triplet: 04, 5D and 24. RGB value is (4,93,36). Sum of RGB (Red+Green+Blue) = 4+93+36=133 (17% of max value = 765). Red value is 4 (1.95% from 255 or 3.01% from 133); Green value is 93 (36.72% from 255 or 69.92% from 133); Blue value is 36 (14.45% from 255 or 27.07% from 133); Max value from RGB is 93 - color contains mainly: green. Hex color #045D24 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #045D24 is #FBA2DB. Grayscale: #3C3C3C. Windows color (decimal): -16491228 or 2383108. OLE color: 2383108.
HSL color Cylindrical-coordinate representation of color #045D24: hue angle of 141.57º degrees, saturation: 0.92, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #045D24 is Cyan = 0.96, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 4 | 93 | 36 | - |
| CMYK | 0.96 | 0 | 0.61 | 0.64 |
| HSL | 141.57º | 0.92% | 0.19% | - |
| HSV(B) | 141.57º | 0.96% | 0.36% | - |
| XYZ | 4.28 | 7.98 | 2.98 | - |
| YUV | 59.89 | 114.51 | 88.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 93 | 36 | 0.96 | 0 | 0.61 | 0.64 | 141.57 | 0.92 | 0.19 |
| Hex | 4 | 5D | 24 | 60 | 0 | 3D | 40 | 8E | 5C | 13 |
| Octal | 4 | 135 | 44 | 140 | 0 | 75 | 100 | 216 | 134 | 23 |
| Binary | 100 | 1011101 | 100100 | 1100000 | 0 | 111101 | 1000000 | 10001110 | 1011100 | 10011 |
Color Harmonies of #045D24
Complementary color
Monochromatic Colors of #045D24
Black with #045D24
Text Example
Text Example
White with #045D24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #045D24; }
p { color: rgb(4,93,36); }
H1.HeaderClassName
{
color: #045D24;
}
.AnyTagClassName
{
color: #045D24;
}
</style>
background-color css
<style>
a { background-color: #045D24; }
a { background-color: rgb(4,93,36); }
div.DivClassName
{
background-color: #045D24;
}
.BgClassName
{
background-color: #045D24;
}
</style>
border-color css
<style>
span { border-color: #045D24; }
span { border-color: rgb(4,93,36); }
td.TdClassName
{
border-color: #045D24;
}
.TagClassName
{
border-color: #045D24;
}
</style>