Shades of Camarone #19672B
Tints of Camarone #19672B
RGB
CMYK
RGB Variations
Color information
#19672B (or 0x19672B) is known color: Camarone. HEX triplet: 19, 67 and 2B. RGB value is (25,103,43). Sum of RGB (Red+Green+Blue) = 25+103+43=171 (22% of max value = 765). Red value is 25 (10.16% from 255 or 14.62% from 171); Green value is 103 (40.62% from 255 or 60.23% from 171); Blue value is 43 (17.19% from 255 or 25.15% from 171); Max value from RGB is 103 - color contains mainly: green. Hex color #19672B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #19672B is #E698D4. Grayscale: #494949. Windows color (decimal): -15112405 or 2844441. OLE color: 2844441.
HSL color Cylindrical-coordinate representation of color #19672B: hue angle of 133.85º 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 #19672B is Cyan = 0.76, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 25 | 103 | 43 | - |
| CMYK | 0.76 | 0 | 0.58 | 0.60 |
| HSL | 133.85º | 0.61% | 0.25% | - |
| HSV(B) | 133.85º | 0.76% | 0.4% | - |
| XYZ | 5.69 | 10.08 | 3.93 | - |
| YUV | 72.84 | 111.16 | 93.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 103 | 43 | 0.76 | 0 | 0.58 | 0.60 | 133.85 | 0.61 | 0.25 |
| Hex | 19 | 67 | 2B | 4C | 0 | 3A | 3C | 86 | 3D | 19 |
| Octal | 31 | 147 | 53 | 114 | 0 | 72 | 74 | 206 | 75 | 31 |
| Binary | 11001 | 1100111 | 101011 | 1001100 | 0 | 111010 | 111100 | 10000110 | 111101 | 11001 |
Color Harmonies of #19672B
Complementary color
Monochromatic Colors of #19672B
Black with #19672B
Text Example
Text Example
White with #19672B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19672B; }
p { color: rgb(25,103,43); }
H1.HeaderClassName
{
color: #19672B;
}
.AnyTagClassName
{
color: #19672B;
}
</style>
background-color css
<style>
a { background-color: #19672B; }
a { background-color: rgb(25,103,43); }
div.DivClassName
{
background-color: #19672B;
}
.BgClassName
{
background-color: #19672B;
}
</style>
border-color css
<style>
span { border-color: #19672B; }
span { border-color: rgb(25,103,43); }
td.TdClassName
{
border-color: #19672B;
}
.TagClassName
{
border-color: #19672B;
}
</style>