Shades of Crusoe #195A34
Tints of Crusoe #195A34
RGB
CMYK
RGB Variations
Color information
#195A34 (or 0x195A34) is known color: Crusoe. HEX triplet: 19, 5A and 34. RGB value is (25,90,52). Sum of RGB (Red+Green+Blue) = 25+90+52=167 (22% of max value = 765). Red value is 25 (10.16% from 255 or 14.97% from 167); Green value is 90 (35.55% from 255 or 53.89% from 167); Blue value is 52 (20.70% from 255 or 31.14% from 167); Max value from RGB is 90 - color contains mainly: green. Hex color #195A34 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #195A34 is #E6A5CB. Grayscale: #424242. Windows color (decimal): -15115724 or 3430937. OLE color: 3430937.
HSL color Cylindrical-coordinate representation of color #195A34: hue angle of 144.92º 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 #195A34 is Cyan = 0.72, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 25 | 90 | 52 | - |
| CMYK | 0.72 | 0 | 0.42 | 0.65 |
| HSL | 144.92º | 0.57% | 0.23% | - |
| HSV(B) | 144.92º | 0.72% | 0.35% | - |
| XYZ | 4.68 | 7.77 | 4.5 | - |
| YUV | 66.23 | 119.97 | 98.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 90 | 52 | 0.72 | 0 | 0.42 | 0.65 | 144.92 | 0.57 | 0.23 |
| Hex | 19 | 5A | 34 | 48 | 0 | 2A | 41 | 91 | 39 | 17 |
| Octal | 31 | 132 | 64 | 110 | 0 | 52 | 101 | 221 | 71 | 27 |
| Binary | 11001 | 1011010 | 110100 | 1001000 | 0 | 101010 | 1000001 | 10010001 | 111001 | 10111 |
Color Harmonies of #195A34
Complementary color
Monochromatic Colors of #195A34
Black with #195A34
Text Example
Text Example
White with #195A34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #195A34; }
p { color: rgb(25,90,52); }
H1.HeaderClassName
{
color: #195A34;
}
.AnyTagClassName
{
color: #195A34;
}
</style>
background-color css
<style>
a { background-color: #195A34; }
a { background-color: rgb(25,90,52); }
div.DivClassName
{
background-color: #195A34;
}
.BgClassName
{
background-color: #195A34;
}
</style>
border-color css
<style>
span { border-color: #195A34; }
span { border-color: rgb(25,90,52); }
td.TdClassName
{
border-color: #195A34;
}
.TagClassName
{
border-color: #195A34;
}
</style>