Shades of Camarone #277C3F
Tints of Camarone #277C3F
RGB
CMYK
RGB Variations
Color information
#277C3F (or 0x277C3F) is known color: Camarone. HEX triplet: 27, 7C and 3F. RGB value is (39,124,63). Sum of RGB (Red+Green+Blue) = 39+124+63=226 (29% of max value = 765). Red value is 39 (15.62% from 255 or 17.26% from 226); Green value is 124 (48.83% from 255 or 54.87% from 226); Blue value is 63 (25% from 255 or 27.88% from 226); Max value from RGB is 124 - color contains mainly: green. Hex color #277C3F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #277C3F is #D883C0. Grayscale: #5B5B5B. Windows color (decimal): -14189505 or 4160551. OLE color: 4160551.
HSL color Cylindrical-coordinate representation of color #277C3F: hue angle of 136.94º degrees, saturation: 0.52, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #277C3F is Cyan = 0.69, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 39 | 124 | 63 | - |
| CMYK | 0.69 | 0 | 0.49 | 0.51 |
| HSL | 136.94º | 0.52% | 0.32% | - |
| HSV(B) | 136.94º | 0.69% | 0.49% | - |
| XYZ | 8.94 | 15.21 | 7.17 | - |
| YUV | 91.63 | 111.84 | 90.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 124 | 63 | 0.69 | 0 | 0.49 | 0.51 | 136.94 | 0.52 | 0.32 |
| Hex | 27 | 7C | 3F | 45 | 0 | 31 | 33 | 89 | 34 | 20 |
| Octal | 47 | 174 | 77 | 105 | 0 | 61 | 63 | 211 | 64 | 40 |
| Binary | 100111 | 1111100 | 111111 | 1000101 | 0 | 110001 | 110011 | 10001001 | 110100 | 100000 |
Color Harmonies of #277C3F
Complementary color
Monochromatic Colors of #277C3F
Black with #277C3F
Text Example
Text Example
White with #277C3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #277C3F; }
p { color: rgb(39,124,63); }
H1.HeaderClassName
{
color: #277C3F;
}
.AnyTagClassName
{
color: #277C3F;
}
</style>
background-color css
<style>
a { background-color: #277C3F; }
a { background-color: rgb(39,124,63); }
div.DivClassName
{
background-color: #277C3F;
}
.BgClassName
{
background-color: #277C3F;
}
</style>
border-color css
<style>
span { border-color: #277C3F; }
span { border-color: rgb(39,124,63); }
td.TdClassName
{
border-color: #277C3F;
}
.TagClassName
{
border-color: #277C3F;
}
</style>