Shades of Crusoe #195A22
Tints of Crusoe #195A22
RGB
CMYK
RGB Variations
Color information
#195A22 (or 0x195A22) is known color: Crusoe. HEX triplet: 19, 5A and 22. RGB value is (25,90,34). Sum of RGB (Red+Green+Blue) = 25+90+34=149 (19% of max value = 765). Red value is 25 (10.16% from 255 or 16.78% from 149); Green value is 90 (35.55% from 255 or 60.40% from 149); Blue value is 34 (13.67% from 255 or 22.82% from 149); Max value from RGB is 90 - color contains mainly: green. Hex color #195A22 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #195A22 is #E6A5DD. Grayscale: #404040. Windows color (decimal): -15115742 or 2251289. OLE color: 2251289.
HSL color Cylindrical-coordinate representation of color #195A22: hue angle of 128.31º 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 #195A22 is Cyan = 0.72, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 25 | 90 | 34 | - |
| CMYK | 0.72 | 0 | 0.62 | 0.65 |
| HSL | 128.31º | 0.57% | 0.23% | - |
| HSV(B) | 128.31º | 0.72% | 0.35% | - |
| XYZ | 4.35 | 7.63 | 2.76 | - |
| YUV | 64.18 | 110.97 | 100.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 90 | 34 | 0.72 | 0 | 0.62 | 0.65 | 128.31 | 0.57 | 0.23 |
| Hex | 19 | 5A | 22 | 48 | 0 | 3E | 41 | 80 | 39 | 17 |
| Octal | 31 | 132 | 42 | 110 | 0 | 76 | 101 | 200 | 71 | 27 |
| Binary | 11001 | 1011010 | 100010 | 1001000 | 0 | 111110 | 1000001 | 10000000 | 111001 | 10111 |
Color Harmonies of #195A22
Complementary color
Monochromatic Colors of #195A22
Black with #195A22
Text Example
Text Example
White with #195A22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #195A22; }
p { color: rgb(25,90,34); }
H1.HeaderClassName
{
color: #195A22;
}
.AnyTagClassName
{
color: #195A22;
}
</style>
background-color css
<style>
a { background-color: #195A22; }
a { background-color: rgb(25,90,34); }
div.DivClassName
{
background-color: #195A22;
}
.BgClassName
{
background-color: #195A22;
}
</style>
border-color css
<style>
span { border-color: #195A22; }
span { border-color: rgb(25,90,34); }
td.TdClassName
{
border-color: #195A22;
}
.TagClassName
{
border-color: #195A22;
}
</style>