Shades of Camarone #276C3D
Tints of Camarone #276C3D
RGB
CMYK
RGB Variations
Color information
#276C3D (or 0x276C3D) is known color: Camarone. HEX triplet: 27, 6C and 3D. RGB value is (39,108,61). Sum of RGB (Red+Green+Blue) = 39+108+61=208 (27% of max value = 765). Red value is 39 (15.62% from 255 or 18.75% from 208); Green value is 108 (42.58% from 255 or 51.92% from 208); Blue value is 61 (24.22% from 255 or 29.33% from 208); Max value from RGB is 108 - color contains mainly: green. Hex color #276C3D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #276C3D is #D893C2. Grayscale: #525252. Windows color (decimal): -14193603 or 4025383. OLE color: 4025383.
HSL color Cylindrical-coordinate representation of color #276C3D: hue angle of 139.13º degrees, saturation: 0.47, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #276C3D is Cyan = 0.64, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 39 | 108 | 61 | - |
| CMYK | 0.64 | 0 | 0.44 | 0.58 |
| HSL | 139.13º | 0.47% | 0.29% | - |
| HSV(B) | 139.13º | 0.64% | 0.42% | - |
| XYZ | 7.04 | 11.49 | 6.26 | - |
| YUV | 82.01 | 116.14 | 97.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 108 | 61 | 0.64 | 0 | 0.44 | 0.58 | 139.13 | 0.47 | 0.29 |
| Hex | 27 | 6C | 3D | 40 | 0 | 2C | 3A | 8B | 2F | 1D |
| Octal | 47 | 154 | 75 | 100 | 0 | 54 | 72 | 213 | 57 | 35 |
| Binary | 100111 | 1101100 | 111101 | 1000000 | 0 | 101100 | 111010 | 10001011 | 101111 | 11101 |
Color Harmonies of #276C3D
Complementary color
Monochromatic Colors of #276C3D
Black with #276C3D
Text Example
Text Example
White with #276C3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #276C3D; }
p { color: rgb(39,108,61); }
H1.HeaderClassName
{
color: #276C3D;
}
.AnyTagClassName
{
color: #276C3D;
}
</style>
background-color css
<style>
a { background-color: #276C3D; }
a { background-color: rgb(39,108,61); }
div.DivClassName
{
background-color: #276C3D;
}
.BgClassName
{
background-color: #276C3D;
}
</style>
border-color css
<style>
span { border-color: #276C3D; }
span { border-color: rgb(39,108,61); }
td.TdClassName
{
border-color: #276C3D;
}
.TagClassName
{
border-color: #276C3D;
}
</style>