Shades of Camarone #27773F
Tints of Camarone #27773F
RGB
CMYK
RGB Variations
Color information
#27773F (or 0x27773F) is known color: Camarone. HEX triplet: 27, 77 and 3F. RGB value is (39,119,63). Sum of RGB (Red+Green+Blue) = 39+119+63=221 (29% of max value = 765). Red value is 39 (15.62% from 255 or 17.65% from 221); Green value is 119 (46.88% from 255 or 53.85% from 221); Blue value is 63 (25% from 255 or 28.51% from 221); Max value from RGB is 119 - color contains mainly: green. Hex color #27773F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #27773F is #D888C0. Grayscale: #585858. Windows color (decimal): -14190785 or 4159271. OLE color: 4159271.
HSL color Cylindrical-coordinate representation of color #27773F: hue angle of 138º degrees, saturation: 0.51, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #27773F is Cyan = 0.67, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 39 | 119 | 63 | - |
| CMYK | 0.67 | 0 | 0.47 | 0.53 |
| HSL | 138º | 0.51% | 0.31% | - |
| HSV(B) | 138º | 0.67% | 0.47% | - |
| XYZ | 8.33 | 13.98 | 6.96 | - |
| YUV | 88.7 | 113.5 | 92.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 119 | 63 | 0.67 | 0 | 0.47 | 0.53 | 138 | 0.51 | 0.31 |
| Hex | 27 | 77 | 3F | 43 | 0 | 2F | 35 | 8A | 33 | 1F |
| Octal | 47 | 167 | 77 | 103 | 0 | 57 | 65 | 212 | 63 | 37 |
| Binary | 100111 | 1110111 | 111111 | 1000011 | 0 | 101111 | 110101 | 10001010 | 110011 | 11111 |
Color Harmonies of #27773F
Complementary color
Monochromatic Colors of #27773F
Black with #27773F
Text Example
Text Example
White with #27773F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27773F; }
p { color: rgb(39,119,63); }
H1.HeaderClassName
{
color: #27773F;
}
.AnyTagClassName
{
color: #27773F;
}
</style>
background-color css
<style>
a { background-color: #27773F; }
a { background-color: rgb(39,119,63); }
div.DivClassName
{
background-color: #27773F;
}
.BgClassName
{
background-color: #27773F;
}
</style>
border-color css
<style>
span { border-color: #27773F; }
span { border-color: rgb(39,119,63); }
td.TdClassName
{
border-color: #27773F;
}
.TagClassName
{
border-color: #27773F;
}
</style>