Shades of Crusoe #195027
Tints of Crusoe #195027
RGB
CMYK
RGB Variations
Color information
#195027 (or 0x195027) is known color: Crusoe. HEX triplet: 19, 50 and 27. RGB value is (25,80,39). Sum of RGB (Red+Green+Blue) = 25+80+39=144 (19% of max value = 765). Red value is 25 (10.16% from 255 or 17.36% from 144); Green value is 80 (31.64% from 255 or 55.56% from 144); Blue value is 39 (15.62% from 255 or 27.08% from 144); Max value from RGB is 80 - color contains mainly: green. Hex color #195027 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #195027 is #E6AFD8. Grayscale: #3A3A3A. Windows color (decimal): -15118297 or 2576409. OLE color: 2576409.
HSL color Cylindrical-coordinate representation of color #195027: hue angle of 135.27º degrees, saturation: 0.52, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #195027 is Cyan = 0.69, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 25 | 80 | 39 | - |
| CMYK | 0.69 | 0 | 0.51 | 0.69 |
| HSL | 135.27º | 0.52% | 0.21% | - |
| HSV(B) | 135.27º | 0.69% | 0.31% | - |
| XYZ | 3.64 | 6.09 | 2.9 | - |
| YUV | 58.88 | 116.78 | 103.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 80 | 39 | 0.69 | 0 | 0.51 | 0.69 | 135.27 | 0.52 | 0.21 |
| Hex | 19 | 50 | 27 | 45 | 0 | 33 | 45 | 87 | 34 | 15 |
| Octal | 31 | 120 | 47 | 105 | 0 | 63 | 105 | 207 | 64 | 25 |
| Binary | 11001 | 1010000 | 100111 | 1000101 | 0 | 110011 | 1000101 | 10000111 | 110100 | 10101 |
Color Harmonies of #195027
Complementary color
Monochromatic Colors of #195027
Black with #195027
Text Example
Text Example
White with #195027
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #195027; }
p { color: rgb(25,80,39); }
H1.HeaderClassName
{
color: #195027;
}
.AnyTagClassName
{
color: #195027;
}
</style>
background-color css
<style>
a { background-color: #195027; }
a { background-color: rgb(25,80,39); }
div.DivClassName
{
background-color: #195027;
}
.BgClassName
{
background-color: #195027;
}
</style>
border-color css
<style>
span { border-color: #195027; }
span { border-color: rgb(25,80,39); }
td.TdClassName
{
border-color: #195027;
}
.TagClassName
{
border-color: #195027;
}
</style>