Shades of Camarone #1E7336
Tints of Camarone #1E7336
RGB
CMYK
RGB Variations
Color information
#1E7336 (or 0x1E7336) is known color: Camarone. HEX triplet: 1E, 73 and 36. RGB value is (30,115,54). Sum of RGB (Red+Green+Blue) = 30+115+54=199 (26% of max value = 765). Red value is 30 (12.11% from 255 or 15.08% from 199); Green value is 115 (45.31% from 255 or 57.79% from 199); Blue value is 54 (21.48% from 255 or 27.14% from 199); Max value from RGB is 115 - color contains mainly: green. Hex color #1E7336 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1E7336 is #E18CC9. Grayscale: #525252. Windows color (decimal): -14781642 or 3568414. OLE color: 3568414.
HSL color Cylindrical-coordinate representation of color #1E7336: hue angle of 136.94º degrees, saturation: 0.59, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1E7336 is Cyan = 0.74, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 30 | 115 | 54 | - |
| CMYK | 0.74 | 0 | 0.53 | 0.55 |
| HSL | 136.94º | 0.59% | 0.28% | - |
| HSV(B) | 136.94º | 0.74% | 0.45% | - |
| XYZ | 7.33 | 12.8 | 5.57 | - |
| YUV | 82.63 | 111.84 | 90.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 115 | 54 | 0.74 | 0 | 0.53 | 0.55 | 136.94 | 0.59 | 0.28 |
| Hex | 1E | 73 | 36 | 4A | 0 | 35 | 37 | 89 | 3B | 1C |
| Octal | 36 | 163 | 66 | 112 | 0 | 65 | 67 | 211 | 73 | 34 |
| Binary | 11110 | 1110011 | 110110 | 1001010 | 0 | 110101 | 110111 | 10001001 | 111011 | 11100 |
Color Harmonies of #1E7336
Complementary color
Monochromatic Colors of #1E7336
Black with #1E7336
Text Example
Text Example
White with #1E7336
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E7336; }
p { color: rgb(30,115,54); }
H1.HeaderClassName
{
color: #1E7336;
}
.AnyTagClassName
{
color: #1E7336;
}
</style>
background-color css
<style>
a { background-color: #1E7336; }
a { background-color: rgb(30,115,54); }
div.DivClassName
{
background-color: #1E7336;
}
.BgClassName
{
background-color: #1E7336;
}
</style>
border-color css
<style>
span { border-color: #1E7336; }
span { border-color: rgb(30,115,54); }
td.TdClassName
{
border-color: #1E7336;
}
.TagClassName
{
border-color: #1E7336;
}
</style>