Shades of Camarone #19752D
Tints of Camarone #19752D
RGB
CMYK
RGB Variations
Color information
#19752D (or 0x19752D) is known color: Camarone. HEX triplet: 19, 75 and 2D. RGB value is (25,117,45). Sum of RGB (Red+Green+Blue) = 25+117+45=187 (24% of max value = 765). Red value is 25 (10.16% from 255 or 13.37% from 187); Green value is 117 (46.09% from 255 or 62.57% from 187); Blue value is 45 (17.97% from 255 or 24.06% from 187); Max value from RGB is 117 - color contains mainly: green. Hex color #19752D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #19752D is #E68AD2. Grayscale: #515151. Windows color (decimal): -15108819 or 2979097. OLE color: 2979097.
HSL color Cylindrical-coordinate representation of color #19752D: hue angle of 133.04º 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 #19752D is Cyan = 0.79, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 25 | 117 | 45 | - |
| CMYK | 0.79 | 0 | 0.62 | 0.54 |
| HSL | 133.04º | 0.65% | 0.28% | - |
| HSV(B) | 133.04º | 0.79% | 0.46% | - |
| XYZ | 7.24 | 13.12 | 4.63 | - |
| YUV | 81.28 | 107.52 | 87.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 117 | 45 | 0.79 | 0 | 0.62 | 0.54 | 133.04 | 0.65 | 0.28 |
| Hex | 19 | 75 | 2D | 4F | 0 | 3E | 36 | 85 | 41 | 1C |
| Octal | 31 | 165 | 55 | 117 | 0 | 76 | 66 | 205 | 101 | 34 |
| Binary | 11001 | 1110101 | 101101 | 1001111 | 0 | 111110 | 110110 | 10000101 | 1000001 | 11100 |
Color Harmonies of #19752D
Complementary color
Monochromatic Colors of #19752D
Black with #19752D
Text Example
Text Example
White with #19752D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19752D; }
p { color: rgb(25,117,45); }
H1.HeaderClassName
{
color: #19752D;
}
.AnyTagClassName
{
color: #19752D;
}
</style>
background-color css
<style>
a { background-color: #19752D; }
a { background-color: rgb(25,117,45); }
div.DivClassName
{
background-color: #19752D;
}
.BgClassName
{
background-color: #19752D;
}
</style>
border-color css
<style>
span { border-color: #19752D; }
span { border-color: rgb(25,117,45); }
td.TdClassName
{
border-color: #19752D;
}
.TagClassName
{
border-color: #19752D;
}
</style>