Shades of Crusoe #195A38
Tints of Crusoe #195A38
RGB
CMYK
RGB Variations
Color information
#195A38 (or 0x195A38) is known color: Crusoe. HEX triplet: 19, 5A and 38. RGB value is (25,90,56). Sum of RGB (Red+Green+Blue) = 25+90+56=171 (22% of max value = 765). Red value is 25 (10.16% from 255 or 14.62% from 171); Green value is 90 (35.55% from 255 or 52.63% from 171); Blue value is 56 (22.27% from 255 or 32.75% from 171); Max value from RGB is 90 - color contains mainly: green. Hex color #195A38 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #195A38 is #E6A5C7. Grayscale: #424242. Windows color (decimal): -15115720 or 3693081. OLE color: 3693081.
HSL color Cylindrical-coordinate representation of color #195A38: hue angle of 148.62º 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 #195A38 is Cyan = 0.72, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 25 | 90 | 56 | - |
| CMYK | 0.72 | 0 | 0.38 | 0.65 |
| HSL | 148.62º | 0.57% | 0.23% | - |
| HSV(B) | 148.62º | 0.72% | 0.35% | - |
| XYZ | 4.77 | 7.8 | 5 | - |
| YUV | 66.69 | 121.97 | 98.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 90 | 56 | 0.72 | 0 | 0.38 | 0.65 | 148.62 | 0.57 | 0.23 |
| Hex | 19 | 5A | 38 | 48 | 0 | 26 | 41 | 95 | 39 | 17 |
| Octal | 31 | 132 | 70 | 110 | 0 | 46 | 101 | 225 | 71 | 27 |
| Binary | 11001 | 1011010 | 111000 | 1001000 | 0 | 100110 | 1000001 | 10010101 | 111001 | 10111 |
Color Harmonies of #195A38
Complementary color
Monochromatic Colors of #195A38
Black with #195A38
Text Example
Text Example
White with #195A38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #195A38; }
p { color: rgb(25,90,56); }
H1.HeaderClassName
{
color: #195A38;
}
.AnyTagClassName
{
color: #195A38;
}
</style>
background-color css
<style>
a { background-color: #195A38; }
a { background-color: rgb(25,90,56); }
div.DivClassName
{
background-color: #195A38;
}
.BgClassName
{
background-color: #195A38;
}
</style>
border-color css
<style>
span { border-color: #195A38; }
span { border-color: rgb(25,90,56); }
td.TdClassName
{
border-color: #195A38;
}
.TagClassName
{
border-color: #195A38;
}
</style>