Shades of Crusoe #195123
Tints of Crusoe #195123
RGB
CMYK
RGB Variations
Color information
#195123 (or 0x195123) is known color: Crusoe. HEX triplet: 19, 51 and 23. RGB value is (25,81,35). Sum of RGB (Red+Green+Blue) = 25+81+35=141 (18% of max value = 765). Red value is 25 (10.16% from 255 or 17.73% from 141); Green value is 81 (32.03% from 255 or 57.45% from 141); Blue value is 35 (14.06% from 255 or 24.82% from 141); Max value from RGB is 81 - color contains mainly: green. Hex color #195123 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #195123 is #E6AEDC. Grayscale: #3B3B3B. Windows color (decimal): -15118045 or 2314521. OLE color: 2314521.
HSL color Cylindrical-coordinate representation of color #195123: hue angle of 130.71º degrees, saturation: 0.53, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #195123 is Cyan = 0.69, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 25 | 81 | 35 | - |
| CMYK | 0.69 | 0 | 0.57 | 0.68 |
| HSL | 130.71º | 0.53% | 0.21% | - |
| HSV(B) | 130.71º | 0.69% | 0.32% | - |
| XYZ | 3.65 | 6.21 | 2.6 | - |
| YUV | 59.01 | 114.45 | 103.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 81 | 35 | 0.69 | 0 | 0.57 | 0.68 | 130.71 | 0.53 | 0.21 |
| Hex | 19 | 51 | 23 | 45 | 0 | 39 | 44 | 83 | 35 | 15 |
| Octal | 31 | 121 | 43 | 105 | 0 | 71 | 104 | 203 | 65 | 25 |
| Binary | 11001 | 1010001 | 100011 | 1000101 | 0 | 111001 | 1000100 | 10000011 | 110101 | 10101 |
Color Harmonies of #195123
Complementary color
Monochromatic Colors of #195123
Black with #195123
Text Example
Text Example
White with #195123
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #195123; }
p { color: rgb(25,81,35); }
H1.HeaderClassName
{
color: #195123;
}
.AnyTagClassName
{
color: #195123;
}
</style>
background-color css
<style>
a { background-color: #195123; }
a { background-color: rgb(25,81,35); }
div.DivClassName
{
background-color: #195123;
}
.BgClassName
{
background-color: #195123;
}
</style>
border-color css
<style>
span { border-color: #195123; }
span { border-color: rgb(25,81,35); }
td.TdClassName
{
border-color: #195123;
}
.TagClassName
{
border-color: #195123;
}
</style>