Shades of Crusoe #196024
Tints of Crusoe #196024
RGB
CMYK
RGB Variations
Color information
#196024 (or 0x196024) is known color: Crusoe. HEX triplet: 19, 60 and 24. RGB value is (25,96,36). Sum of RGB (Red+Green+Blue) = 25+96+36=157 (20% of max value = 765). Red value is 25 (10.16% from 255 or 15.92% from 157); Green value is 96 (37.89% from 255 or 61.15% from 157); Blue value is 36 (14.45% from 255 or 22.93% from 157); Max value from RGB is 96 - color contains mainly: green. Hex color #196024 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #196024 is #E69FDB. Grayscale: #444444. Windows color (decimal): -15114204 or 2383897. OLE color: 2383897.
HSL color Cylindrical-coordinate representation of color #196024: hue angle of 129.3º degrees, saturation: 0.59, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #196024 is Cyan = 0.74, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 25 | 96 | 36 | - |
| CMYK | 0.74 | 0 | 0.62 | 0.62 |
| HSL | 129.3º | 0.59% | 0.24% | - |
| HSV(B) | 129.3º | 0.74% | 0.38% | - |
| XYZ | 4.9 | 8.7 | 3.09 | - |
| YUV | 67.93 | 109.98 | 97.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 96 | 36 | 0.74 | 0 | 0.62 | 0.62 | 129.3 | 0.59 | 0.24 |
| Hex | 19 | 60 | 24 | 4A | 0 | 3E | 3E | 81 | 3B | 18 |
| Octal | 31 | 140 | 44 | 112 | 0 | 76 | 76 | 201 | 73 | 30 |
| Binary | 11001 | 1100000 | 100100 | 1001010 | 0 | 111110 | 111110 | 10000001 | 111011 | 11000 |
Color Harmonies of #196024
Complementary color
Monochromatic Colors of #196024
Black with #196024
Text Example
Text Example
White with #196024
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #196024; }
p { color: rgb(25,96,36); }
H1.HeaderClassName
{
color: #196024;
}
.AnyTagClassName
{
color: #196024;
}
</style>
background-color css
<style>
a { background-color: #196024; }
a { background-color: rgb(25,96,36); }
div.DivClassName
{
background-color: #196024;
}
.BgClassName
{
background-color: #196024;
}
</style>
border-color css
<style>
span { border-color: #196024; }
span { border-color: rgb(25,96,36); }
td.TdClassName
{
border-color: #196024;
}
.TagClassName
{
border-color: #196024;
}
</style>