Shades of Camarone #276E3B
Tints of Camarone #276E3B
RGB
CMYK
RGB Variations
Color information
#276E3B (or 0x276E3B) is known color: Camarone. HEX triplet: 27, 6E and 3B. RGB value is (39,110,59). Sum of RGB (Red+Green+Blue) = 39+110+59=208 (27% of max value = 765). Red value is 39 (15.62% from 255 or 18.75% from 208); Green value is 110 (43.36% from 255 or 52.88% from 208); Blue value is 59 (23.44% from 255 or 28.37% from 208); Max value from RGB is 110 - color contains mainly: green. Hex color #276E3B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #276E3B is #D891C4. Grayscale: #535353. Windows color (decimal): -14193093 or 3894823. OLE color: 3894823.
HSL color Cylindrical-coordinate representation of color #276E3B: hue angle of 136.9º degrees, saturation: 0.48, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #276E3B is Cyan = 0.65, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 39 | 110 | 59 | - |
| CMYK | 0.65 | 0 | 0.46 | 0.57 |
| HSL | 136.9º | 0.48% | 0.29% | - |
| HSV(B) | 136.9º | 0.65% | 0.43% | - |
| XYZ | 7.2 | 11.9 | 6.05 | - |
| YUV | 82.96 | 114.48 | 96.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 110 | 59 | 0.65 | 0 | 0.46 | 0.57 | 136.9 | 0.48 | 0.29 |
| Hex | 27 | 6E | 3B | 41 | 0 | 2E | 39 | 89 | 30 | 1D |
| Octal | 47 | 156 | 73 | 101 | 0 | 56 | 71 | 211 | 60 | 35 |
| Binary | 100111 | 1101110 | 111011 | 1000001 | 0 | 101110 | 111001 | 10001001 | 110000 | 11101 |
Color Harmonies of #276E3B
Complementary color
Monochromatic Colors of #276E3B
Black with #276E3B
Text Example
Text Example
White with #276E3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #276E3B; }
p { color: rgb(39,110,59); }
H1.HeaderClassName
{
color: #276E3B;
}
.AnyTagClassName
{
color: #276E3B;
}
</style>
background-color css
<style>
a { background-color: #276E3B; }
a { background-color: rgb(39,110,59); }
div.DivClassName
{
background-color: #276E3B;
}
.BgClassName
{
background-color: #276E3B;
}
</style>
border-color css
<style>
span { border-color: #276E3B; }
span { border-color: rgb(39,110,59); }
td.TdClassName
{
border-color: #276E3B;
}
.TagClassName
{
border-color: #276E3B;
}
</style>