Shades of Crusoe #045C24
Tints of Crusoe #045C24
RGB
CMYK
RGB Variations
Color information
#045C24 (or 0x045C24) is known color: Crusoe. HEX triplet: 04, 5C and 24. RGB value is (4,92,36). Sum of RGB (Red+Green+Blue) = 4+92+36=132 (17% of max value = 765). Red value is 4 (1.95% from 255 or 3.03% from 132); Green value is 92 (36.33% from 255 or 69.70% from 132); Blue value is 36 (14.45% from 255 or 27.27% from 132); Max value from RGB is 92 - color contains mainly: green. Hex color #045C24 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #045C24 is #FBA3DB. Grayscale: #3B3B3B. Windows color (decimal): -16491484 or 2382852. OLE color: 2382852.
HSL color Cylindrical-coordinate representation of color #045C24: hue angle of 141.82º 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 #045C24 is Cyan = 0.96, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 4 | 92 | 36 | - |
| CMYK | 0.96 | 0 | 0.61 | 0.64 |
| HSL | 141.82º | 0.92% | 0.19% | - |
| HSV(B) | 141.82º | 0.96% | 0.36% | - |
| XYZ | 4.2 | 7.81 | 2.95 | - |
| YUV | 59.3 | 114.85 | 88.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 92 | 36 | 0.96 | 0 | 0.61 | 0.64 | 141.82 | 0.92 | 0.19 |
| Hex | 4 | 5C | 24 | 60 | 0 | 3D | 40 | 8E | 5C | 13 |
| Octal | 4 | 134 | 44 | 140 | 0 | 75 | 100 | 216 | 134 | 23 |
| Binary | 100 | 1011100 | 100100 | 1100000 | 0 | 111101 | 1000000 | 10001110 | 1011100 | 10011 |
Color Harmonies of #045C24
Complementary color
Monochromatic Colors of #045C24
Black with #045C24
Text Example
Text Example
White with #045C24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #045C24; }
p { color: rgb(4,92,36); }
H1.HeaderClassName
{
color: #045C24;
}
.AnyTagClassName
{
color: #045C24;
}
</style>
background-color css
<style>
a { background-color: #045C24; }
a { background-color: rgb(4,92,36); }
div.DivClassName
{
background-color: #045C24;
}
.BgClassName
{
background-color: #045C24;
}
</style>
border-color css
<style>
span { border-color: #045C24; }
span { border-color: rgb(4,92,36); }
td.TdClassName
{
border-color: #045C24;
}
.TagClassName
{
border-color: #045C24;
}
</style>