Shades of Camarone #19682B
Tints of Camarone #19682B
RGB
CMYK
RGB Variations
Color information
#19682B (or 0x19682B) is known color: Camarone. HEX triplet: 19, 68 and 2B. RGB value is (25,104,43). Sum of RGB (Red+Green+Blue) = 25+104+43=172 (22% of max value = 765). Red value is 25 (10.16% from 255 or 14.53% from 172); Green value is 104 (41.02% from 255 or 60.47% from 172); Blue value is 43 (17.19% from 255 or 25% from 172); Max value from RGB is 104 - color contains mainly: green. Hex color #19682B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #19682B is #E697D4. Grayscale: #494949. Windows color (decimal): -15112149 or 2844697. OLE color: 2844697.
HSL color Cylindrical-coordinate representation of color #19682B: hue angle of 133.67º degrees, saturation: 0.61, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #19682B is Cyan = 0.76, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 25 | 104 | 43 | - |
| CMYK | 0.76 | 0 | 0.59 | 0.59 |
| HSL | 133.67º | 0.61% | 0.25% | - |
| HSV(B) | 133.67º | 0.76% | 0.41% | - |
| XYZ | 5.79 | 10.28 | 3.97 | - |
| YUV | 73.43 | 110.83 | 93.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 104 | 43 | 0.76 | 0 | 0.59 | 0.59 | 133.67 | 0.61 | 0.25 |
| Hex | 19 | 68 | 2B | 4C | 0 | 3B | 3B | 86 | 3D | 19 |
| Octal | 31 | 150 | 53 | 114 | 0 | 73 | 73 | 206 | 75 | 31 |
| Binary | 11001 | 1101000 | 101011 | 1001100 | 0 | 111011 | 111011 | 10000110 | 111101 | 11001 |
Color Harmonies of #19682B
Complementary color
Monochromatic Colors of #19682B
Black with #19682B
Text Example
Text Example
White with #19682B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19682B; }
p { color: rgb(25,104,43); }
H1.HeaderClassName
{
color: #19682B;
}
.AnyTagClassName
{
color: #19682B;
}
</style>
background-color css
<style>
a { background-color: #19682B; }
a { background-color: rgb(25,104,43); }
div.DivClassName
{
background-color: #19682B;
}
.BgClassName
{
background-color: #19682B;
}
</style>
border-color css
<style>
span { border-color: #19682B; }
span { border-color: rgb(25,104,43); }
td.TdClassName
{
border-color: #19682B;
}
.TagClassName
{
border-color: #19682B;
}
</style>