Shades of Camarone #1D763B
Tints of Camarone #1D763B
RGB
CMYK
RGB Variations
Color information
#1D763B (or 0x1D763B) is known color: Camarone. HEX triplet: 1D, 76 and 3B. RGB value is (29,118,59). Sum of RGB (Red+Green+Blue) = 29+118+59=206 (27% of max value = 765). Red value is 29 (11.72% from 255 or 14.08% from 206); Green value is 118 (46.48% from 255 or 57.28% from 206); Blue value is 59 (23.44% from 255 or 28.64% from 206); Max value from RGB is 118 - color contains mainly: green. Hex color #1D763B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1D763B is #E289C4. Grayscale: #545454. Windows color (decimal): -14846405 or 3896861. OLE color: 3896861.
HSL color Cylindrical-coordinate representation of color #1D763B: hue angle of 140.22º 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 #1D763B is Cyan = 0.75, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 29 | 118 | 59 | - |
| CMYK | 0.75 | 0 | 0.50 | 0.54 |
| HSL | 140.22º | 0.61% | 0.29% | - |
| HSV(B) | 140.22º | 0.75% | 0.46% | - |
| XYZ | 7.77 | 13.53 | 6.34 | - |
| YUV | 84.66 | 113.51 | 88.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 118 | 59 | 0.75 | 0 | 0.50 | 0.54 | 140.22 | 0.61 | 0.29 |
| Hex | 1D | 76 | 3B | 4B | 0 | 32 | 36 | 8C | 3D | 1D |
| Octal | 35 | 166 | 73 | 113 | 0 | 62 | 66 | 214 | 75 | 35 |
| Binary | 11101 | 1110110 | 111011 | 1001011 | 0 | 110010 | 110110 | 10001100 | 111101 | 11101 |
Color Harmonies of #1D763B
Complementary color
Monochromatic Colors of #1D763B
Black with #1D763B
Text Example
Text Example
White with #1D763B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D763B; }
p { color: rgb(29,118,59); }
H1.HeaderClassName
{
color: #1D763B;
}
.AnyTagClassName
{
color: #1D763B;
}
</style>
background-color css
<style>
a { background-color: #1D763B; }
a { background-color: rgb(29,118,59); }
div.DivClassName
{
background-color: #1D763B;
}
.BgClassName
{
background-color: #1D763B;
}
</style>
border-color css
<style>
span { border-color: #1D763B; }
span { border-color: rgb(29,118,59); }
td.TdClassName
{
border-color: #1D763B;
}
.TagClassName
{
border-color: #1D763B;
}
</style>