Shades of Crusoe #195723
Tints of Crusoe #195723
RGB
CMYK
RGB Variations
Color information
#195723 (or 0x195723) is known color: Crusoe. HEX triplet: 19, 57 and 23. RGB value is (25,87,35). Sum of RGB (Red+Green+Blue) = 25+87+35=147 (19% of max value = 765). Red value is 25 (10.16% from 255 or 17.01% from 147); Green value is 87 (34.38% from 255 or 59.18% from 147); Blue value is 35 (14.06% from 255 or 23.81% from 147); Max value from RGB is 87 - color contains mainly: green. Hex color #195723 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #195723 is #E6A8DC. Grayscale: #3E3E3E. Windows color (decimal): -15116509 or 2316057. OLE color: 2316057.
HSL color Cylindrical-coordinate representation of color #195723: hue angle of 129.68º degrees, saturation: 0.55, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #195723 is Cyan = 0.71, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 25 | 87 | 35 | - |
| CMYK | 0.71 | 0 | 0.60 | 0.66 |
| HSL | 129.68º | 0.55% | 0.22% | - |
| HSV(B) | 129.68º | 0.71% | 0.34% | - |
| XYZ | 4.11 | 7.14 | 2.75 | - |
| YUV | 62.53 | 112.46 | 101.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 87 | 35 | 0.71 | 0 | 0.60 | 0.66 | 129.68 | 0.55 | 0.22 |
| Hex | 19 | 57 | 23 | 47 | 0 | 3C | 42 | 82 | 37 | 16 |
| Octal | 31 | 127 | 43 | 107 | 0 | 74 | 102 | 202 | 67 | 26 |
| Binary | 11001 | 1010111 | 100011 | 1000111 | 0 | 111100 | 1000010 | 10000010 | 110111 | 10110 |
Color Harmonies of #195723
Complementary color
Monochromatic Colors of #195723
Black with #195723
Text Example
Text Example
White with #195723
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #195723; }
p { color: rgb(25,87,35); }
H1.HeaderClassName
{
color: #195723;
}
.AnyTagClassName
{
color: #195723;
}
</style>
background-color css
<style>
a { background-color: #195723; }
a { background-color: rgb(25,87,35); }
div.DivClassName
{
background-color: #195723;
}
.BgClassName
{
background-color: #195723;
}
</style>
border-color css
<style>
span { border-color: #195723; }
span { border-color: rgb(25,87,35); }
td.TdClassName
{
border-color: #195723;
}
.TagClassName
{
border-color: #195723;
}
</style>