Shades of Camarone #276D3D
Tints of Camarone #276D3D
RGB
CMYK
RGB Variations
Color information
#276D3D (or 0x276D3D) is known color: Camarone. HEX triplet: 27, 6D and 3D. RGB value is (39,109,61). Sum of RGB (Red+Green+Blue) = 39+109+61=209 (27% of max value = 765). Red value is 39 (15.62% from 255 or 18.66% from 209); Green value is 109 (42.97% from 255 or 52.15% from 209); Blue value is 61 (24.22% from 255 or 29.19% from 209); Max value from RGB is 109 - color contains mainly: green. Hex color #276D3D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #276D3D is #D892C2. Grayscale: #525252. Windows color (decimal): -14193347 or 4025639. OLE color: 4025639.
HSL color Cylindrical-coordinate representation of color #276D3D: hue angle of 138.86º degrees, saturation: 0.47, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #276D3D is Cyan = 0.64, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 39 | 109 | 61 | - |
| CMYK | 0.64 | 0 | 0.44 | 0.57 |
| HSL | 138.86º | 0.47% | 0.29% | - |
| HSV(B) | 138.86º | 0.64% | 0.43% | - |
| XYZ | 7.15 | 11.71 | 6.3 | - |
| YUV | 82.6 | 115.81 | 96.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 109 | 61 | 0.64 | 0 | 0.44 | 0.57 | 138.86 | 0.47 | 0.29 |
| Hex | 27 | 6D | 3D | 40 | 0 | 2C | 39 | 8B | 2F | 1D |
| Octal | 47 | 155 | 75 | 100 | 0 | 54 | 71 | 213 | 57 | 35 |
| Binary | 100111 | 1101101 | 111101 | 1000000 | 0 | 101100 | 111001 | 10001011 | 101111 | 11101 |
Color Harmonies of #276D3D
Complementary color
Monochromatic Colors of #276D3D
Black with #276D3D
Text Example
Text Example
White with #276D3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #276D3D; }
p { color: rgb(39,109,61); }
H1.HeaderClassName
{
color: #276D3D;
}
.AnyTagClassName
{
color: #276D3D;
}
</style>
background-color css
<style>
a { background-color: #276D3D; }
a { background-color: rgb(39,109,61); }
div.DivClassName
{
background-color: #276D3D;
}
.BgClassName
{
background-color: #276D3D;
}
</style>
border-color css
<style>
span { border-color: #276D3D; }
span { border-color: rgb(39,109,61); }
td.TdClassName
{
border-color: #276D3D;
}
.TagClassName
{
border-color: #276D3D;
}
</style>