Shades of Crusoe #195330
Tints of Crusoe #195330
RGB
CMYK
RGB Variations
Color information
#195330 (or 0x195330) is known color: Crusoe. HEX triplet: 19, 53 and 30. RGB value is (25,83,48). Sum of RGB (Red+Green+Blue) = 25+83+48=156 (20% of max value = 765). Red value is 25 (10.16% from 255 or 16.03% from 156); Green value is 83 (32.81% from 255 or 53.21% from 156); Blue value is 48 (19.14% from 255 or 30.77% from 156); Max value from RGB is 83 - color contains mainly: green. Hex color #195330 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #195330 is #E6ACCF. Grayscale: #3D3D3D. Windows color (decimal): -15117520 or 3167001. OLE color: 3167001.
HSL color Cylindrical-coordinate representation of color #195330: hue angle of 143.79º 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 #195330 is Cyan = 0.70, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 25 | 83 | 48 | - |
| CMYK | 0.70 | 0 | 0.42 | 0.67 |
| HSL | 143.79º | 0.54% | 0.21% | - |
| HSV(B) | 143.79º | 0.7% | 0.33% | - |
| XYZ | 4.03 | 6.61 | 3.86 | - |
| YUV | 61.67 | 120.28 | 101.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 83 | 48 | 0.70 | 0 | 0.42 | 0.67 | 143.79 | 0.54 | 0.21 |
| Hex | 19 | 53 | 30 | 46 | 0 | 2A | 43 | 90 | 36 | 15 |
| Octal | 31 | 123 | 60 | 106 | 0 | 52 | 103 | 220 | 66 | 25 |
| Binary | 11001 | 1010011 | 110000 | 1000110 | 0 | 101010 | 1000011 | 10010000 | 110110 | 10101 |
Color Harmonies of #195330
Complementary color
Monochromatic Colors of #195330
Black with #195330
Text Example
Text Example
White with #195330
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #195330; }
p { color: rgb(25,83,48); }
H1.HeaderClassName
{
color: #195330;
}
.AnyTagClassName
{
color: #195330;
}
</style>
background-color css
<style>
a { background-color: #195330; }
a { background-color: rgb(25,83,48); }
div.DivClassName
{
background-color: #195330;
}
.BgClassName
{
background-color: #195330;
}
</style>
border-color css
<style>
span { border-color: #195330; }
span { border-color: rgb(25,83,48); }
td.TdClassName
{
border-color: #195330;
}
.TagClassName
{
border-color: #195330;
}
</style>