Shades of Camarone #19762D
Tints of Camarone #19762D
RGB
CMYK
RGB Variations
Color information
#19762D (or 0x19762D) is known color: Camarone. HEX triplet: 19, 76 and 2D. RGB value is (25,118,45). Sum of RGB (Red+Green+Blue) = 25+118+45=188 (24% of max value = 765). Red value is 25 (10.16% from 255 or 13.30% from 188); Green value is 118 (46.48% from 255 or 62.77% from 188); Blue value is 45 (17.97% from 255 or 23.94% from 188); Max value from RGB is 118 - color contains mainly: green. Hex color #19762D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #19762D is #E689D2. Grayscale: #525252. Windows color (decimal): -15108563 or 2979353. OLE color: 2979353.
HSL color Cylindrical-coordinate representation of color #19762D: hue angle of 132.9º degrees, saturation: 0.65, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #19762D is Cyan = 0.79, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 25 | 118 | 45 | - |
| CMYK | 0.79 | 0 | 0.62 | 0.54 |
| HSL | 132.9º | 0.65% | 0.28% | - |
| HSV(B) | 132.9º | 0.79% | 0.46% | - |
| XYZ | 7.35 | 13.35 | 4.67 | - |
| YUV | 81.87 | 107.19 | 87.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 118 | 45 | 0.79 | 0 | 0.62 | 0.54 | 132.9 | 0.65 | 0.28 |
| Hex | 19 | 76 | 2D | 4F | 0 | 3E | 36 | 85 | 41 | 1C |
| Octal | 31 | 166 | 55 | 117 | 0 | 76 | 66 | 205 | 101 | 34 |
| Binary | 11001 | 1110110 | 101101 | 1001111 | 0 | 111110 | 110110 | 10000101 | 1000001 | 11100 |
Color Harmonies of #19762D
Complementary color
Monochromatic Colors of #19762D
Black with #19762D
Text Example
Text Example
White with #19762D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19762D; }
p { color: rgb(25,118,45); }
H1.HeaderClassName
{
color: #19762D;
}
.AnyTagClassName
{
color: #19762D;
}
</style>
background-color css
<style>
a { background-color: #19762D; }
a { background-color: rgb(25,118,45); }
div.DivClassName
{
background-color: #19762D;
}
.BgClassName
{
background-color: #19762D;
}
</style>
border-color css
<style>
span { border-color: #19762D; }
span { border-color: rgb(25,118,45); }
td.TdClassName
{
border-color: #19762D;
}
.TagClassName
{
border-color: #19762D;
}
</style>