Shades of Camarone #19772D
Tints of Camarone #19772D
RGB
CMYK
RGB Variations
Color information
#19772D (or 0x19772D) is known color: Camarone. HEX triplet: 19, 77 and 2D. RGB value is (25,119,45). Sum of RGB (Red+Green+Blue) = 25+119+45=189 (25% of max value = 765). Red value is 25 (10.16% from 255 or 13.23% from 189); Green value is 119 (46.88% from 255 or 62.96% from 189); Blue value is 45 (17.97% from 255 or 23.81% from 189); Max value from RGB is 119 - color contains mainly: green. Hex color #19772D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #19772D is #E688D2. Grayscale: #525252. Windows color (decimal): -15108307 or 2979609. OLE color: 2979609.
HSL color Cylindrical-coordinate representation of color #19772D: hue angle of 132.77º degrees, saturation: 0.65, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #19772D is Cyan = 0.79, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 25 | 119 | 45 | - |
| CMYK | 0.79 | 0 | 0.62 | 0.53 |
| HSL | 132.77º | 0.65% | 0.28% | - |
| HSV(B) | 132.77º | 0.79% | 0.47% | - |
| XYZ | 7.47 | 13.59 | 4.71 | - |
| YUV | 82.46 | 106.86 | 87.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 119 | 45 | 0.79 | 0 | 0.62 | 0.53 | 132.77 | 0.65 | 0.28 |
| Hex | 19 | 77 | 2D | 4F | 0 | 3E | 35 | 85 | 41 | 1C |
| Octal | 31 | 167 | 55 | 117 | 0 | 76 | 65 | 205 | 101 | 34 |
| Binary | 11001 | 1110111 | 101101 | 1001111 | 0 | 111110 | 110101 | 10000101 | 1000001 | 11100 |
Color Harmonies of #19772D
Complementary color
Monochromatic Colors of #19772D
Black with #19772D
Text Example
Text Example
White with #19772D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19772D; }
p { color: rgb(25,119,45); }
H1.HeaderClassName
{
color: #19772D;
}
.AnyTagClassName
{
color: #19772D;
}
</style>
background-color css
<style>
a { background-color: #19772D; }
a { background-color: rgb(25,119,45); }
div.DivClassName
{
background-color: #19772D;
}
.BgClassName
{
background-color: #19772D;
}
</style>
border-color css
<style>
span { border-color: #19772D; }
span { border-color: rgb(25,119,45); }
td.TdClassName
{
border-color: #19772D;
}
.TagClassName
{
border-color: #19772D;
}
</style>