Shades of Crusoe #195A21
Tints of Crusoe #195A21
RGB
CMYK
RGB Variations
Color information
#195A21 (or 0x195A21) is known color: Crusoe. HEX triplet: 19, 5A and 21. RGB value is (25,90,33). Sum of RGB (Red+Green+Blue) = 25+90+33=148 (19% of max value = 765). Red value is 25 (10.16% from 255 or 16.89% from 148); Green value is 90 (35.55% from 255 or 60.81% from 148); Blue value is 33 (13.28% from 255 or 22.30% from 148); Max value from RGB is 90 - color contains mainly: green. Hex color #195A21 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #195A21 is #E6A5DE. Grayscale: #404040. Windows color (decimal): -15115743 or 2185753. OLE color: 2185753.
HSL color Cylindrical-coordinate representation of color #195A21: hue angle of 127.38º degrees, saturation: 0.57, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #195A21 is Cyan = 0.72, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 25 | 90 | 33 | - |
| CMYK | 0.72 | 0 | 0.63 | 0.65 |
| HSL | 127.38º | 0.57% | 0.23% | - |
| HSV(B) | 127.38º | 0.72% | 0.35% | - |
| XYZ | 4.33 | 7.63 | 2.68 | - |
| YUV | 64.07 | 110.47 | 100.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 90 | 33 | 0.72 | 0 | 0.63 | 0.65 | 127.38 | 0.57 | 0.23 |
| Hex | 19 | 5A | 21 | 48 | 0 | 3F | 41 | 7F | 39 | 17 |
| Octal | 31 | 132 | 41 | 110 | 0 | 77 | 101 | 177 | 71 | 27 |
| Binary | 11001 | 1011010 | 100001 | 1001000 | 0 | 111111 | 1000001 | 1111111 | 111001 | 10111 |
Color Harmonies of #195A21
Complementary color
Monochromatic Colors of #195A21
Black with #195A21
Text Example
Text Example
White with #195A21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #195A21; }
p { color: rgb(25,90,33); }
H1.HeaderClassName
{
color: #195A21;
}
.AnyTagClassName
{
color: #195A21;
}
</style>
background-color css
<style>
a { background-color: #195A21; }
a { background-color: rgb(25,90,33); }
div.DivClassName
{
background-color: #195A21;
}
.BgClassName
{
background-color: #195A21;
}
</style>
border-color css
<style>
span { border-color: #195A21; }
span { border-color: rgb(25,90,33); }
td.TdClassName
{
border-color: #195A21;
}
.TagClassName
{
border-color: #195A21;
}
</style>