Shades of Camarone #1D7636
Tints of Camarone #1D7636
RGB
CMYK
RGB Variations
Color information
#1D7636 (or 0x1D7636) is known color: Camarone. HEX triplet: 1D, 76 and 36. RGB value is (29,118,54). Sum of RGB (Red+Green+Blue) = 29+118+54=201 (26% of max value = 765). Red value is 29 (11.72% from 255 or 14.43% from 201); Green value is 118 (46.48% from 255 or 58.71% from 201); Blue value is 54 (21.48% from 255 or 26.87% from 201); Max value from RGB is 118 - color contains mainly: green. Hex color #1D7636 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1D7636 is #E289C9. Grayscale: #545454. Windows color (decimal): -14846410 or 3569181. OLE color: 3569181.
HSL color Cylindrical-coordinate representation of color #1D7636: hue angle of 136.85º degrees, saturation: 0.61, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1D7636 is Cyan = 0.75, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 29 | 118 | 54 | - |
| CMYK | 0.75 | 0 | 0.54 | 0.54 |
| HSL | 136.85º | 0.61% | 0.29% | - |
| HSV(B) | 136.85º | 0.75% | 0.46% | - |
| XYZ | 7.65 | 13.48 | 5.69 | - |
| YUV | 84.09 | 111.01 | 88.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 118 | 54 | 0.75 | 0 | 0.54 | 0.54 | 136.85 | 0.61 | 0.29 |
| Hex | 1D | 76 | 36 | 4B | 0 | 36 | 36 | 89 | 3D | 1D |
| Octal | 35 | 166 | 66 | 113 | 0 | 66 | 66 | 211 | 75 | 35 |
| Binary | 11101 | 1110110 | 110110 | 1001011 | 0 | 110110 | 110110 | 10001001 | 111101 | 11101 |
Color Harmonies of #1D7636
Complementary color
Monochromatic Colors of #1D7636
Black with #1D7636
Text Example
Text Example
White with #1D7636
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D7636; }
p { color: rgb(29,118,54); }
H1.HeaderClassName
{
color: #1D7636;
}
.AnyTagClassName
{
color: #1D7636;
}
</style>
background-color css
<style>
a { background-color: #1D7636; }
a { background-color: rgb(29,118,54); }
div.DivClassName
{
background-color: #1D7636;
}
.BgClassName
{
background-color: #1D7636;
}
</style>
border-color css
<style>
span { border-color: #1D7636; }
span { border-color: rgb(29,118,54); }
td.TdClassName
{
border-color: #1D7636;
}
.TagClassName
{
border-color: #1D7636;
}
</style>