Shades of Crusoe #195325
Tints of Crusoe #195325
RGB
CMYK
RGB Variations
Color information
#195325 (or 0x195325) is known color: Crusoe. HEX triplet: 19, 53 and 25. RGB value is (25,83,37). Sum of RGB (Red+Green+Blue) = 25+83+37=145 (19% of max value = 765). Red value is 25 (10.16% from 255 or 17.24% from 145); Green value is 83 (32.81% from 255 or 57.24% from 145); Blue value is 37 (14.84% from 255 or 25.52% from 145); Max value from RGB is 83 - color contains mainly: green. Hex color #195325 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #195325 is #E6ACDA. Grayscale: #3C3C3C. Windows color (decimal): -15117531 or 2446105. OLE color: 2446105.
HSL color Cylindrical-coordinate representation of color #195325: hue angle of 132.41º degrees, saturation: 0.54, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #195325 is Cyan = 0.70, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 25 | 83 | 37 | - |
| CMYK | 0.70 | 0 | 0.55 | 0.67 |
| HSL | 132.41º | 0.54% | 0.21% | - |
| HSV(B) | 132.41º | 0.7% | 0.33% | - |
| XYZ | 3.83 | 6.53 | 2.81 | - |
| YUV | 60.41 | 114.78 | 102.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 83 | 37 | 0.70 | 0 | 0.55 | 0.67 | 132.41 | 0.54 | 0.21 |
| Hex | 19 | 53 | 25 | 46 | 0 | 37 | 43 | 84 | 36 | 15 |
| Octal | 31 | 123 | 45 | 106 | 0 | 67 | 103 | 204 | 66 | 25 |
| Binary | 11001 | 1010011 | 100101 | 1000110 | 0 | 110111 | 1000011 | 10000100 | 110110 | 10101 |
Color Harmonies of #195325
Complementary color
Monochromatic Colors of #195325
Black with #195325
Text Example
Text Example
White with #195325
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #195325; }
p { color: rgb(25,83,37); }
H1.HeaderClassName
{
color: #195325;
}
.AnyTagClassName
{
color: #195325;
}
</style>
background-color css
<style>
a { background-color: #195325; }
a { background-color: rgb(25,83,37); }
div.DivClassName
{
background-color: #195325;
}
.BgClassName
{
background-color: #195325;
}
</style>
border-color css
<style>
span { border-color: #195325; }
span { border-color: rgb(25,83,37); }
td.TdClassName
{
border-color: #195325;
}
.TagClassName
{
border-color: #195325;
}
</style>