Shades of Camarone #19672E
Tints of Camarone #19672E
RGB
CMYK
RGB Variations
Color information
#19672E (or 0x19672E) is known color: Camarone. HEX triplet: 19, 67 and 2E. RGB value is (25,103,46). Sum of RGB (Red+Green+Blue) = 25+103+46=174 (23% of max value = 765). Red value is 25 (10.16% from 255 or 14.37% from 174); Green value is 103 (40.62% from 255 or 59.20% from 174); Blue value is 46 (18.36% from 255 or 26.44% from 174); Max value from RGB is 103 - color contains mainly: green. Hex color #19672E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #19672E is #E698D1. Grayscale: #494949. Windows color (decimal): -15112402 or 3041049. OLE color: 3041049.
HSL color Cylindrical-coordinate representation of color #19672E: hue angle of 136.15º degrees, saturation: 0.61, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #19672E is Cyan = 0.76, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 25 | 103 | 46 | - |
| CMYK | 0.76 | 0 | 0.55 | 0.60 |
| HSL | 136.15º | 0.61% | 0.25% | - |
| HSV(B) | 136.15º | 0.76% | 0.4% | - |
| XYZ | 5.74 | 10.1 | 4.23 | - |
| YUV | 73.18 | 112.66 | 93.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 103 | 46 | 0.76 | 0 | 0.55 | 0.60 | 136.15 | 0.61 | 0.25 |
| Hex | 19 | 67 | 2E | 4C | 0 | 37 | 3C | 88 | 3D | 19 |
| Octal | 31 | 147 | 56 | 114 | 0 | 67 | 74 | 210 | 75 | 31 |
| Binary | 11001 | 1100111 | 101110 | 1001100 | 0 | 110111 | 111100 | 10001000 | 111101 | 11001 |
Color Harmonies of #19672E
Complementary color
Monochromatic Colors of #19672E
Black with #19672E
Text Example
Text Example
White with #19672E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19672E; }
p { color: rgb(25,103,46); }
H1.HeaderClassName
{
color: #19672E;
}
.AnyTagClassName
{
color: #19672E;
}
</style>
background-color css
<style>
a { background-color: #19672E; }
a { background-color: rgb(25,103,46); }
div.DivClassName
{
background-color: #19672E;
}
.BgClassName
{
background-color: #19672E;
}
</style>
border-color css
<style>
span { border-color: #19672E; }
span { border-color: rgb(25,103,46); }
td.TdClassName
{
border-color: #19672E;
}
.TagClassName
{
border-color: #19672E;
}
</style>