Shades of Camarone #27773C
Tints of Camarone #27773C
RGB
CMYK
RGB Variations
Color information
#27773C (or 0x27773C) is known color: Camarone. HEX triplet: 27, 77 and 3C. RGB value is (39,119,60). Sum of RGB (Red+Green+Blue) = 39+119+60=218 (28% of max value = 765). Red value is 39 (15.62% from 255 or 17.89% from 218); Green value is 119 (46.88% from 255 or 54.59% from 218); Blue value is 60 (23.83% from 255 or 27.52% from 218); Max value from RGB is 119 - color contains mainly: green. Hex color #27773C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #27773C is #D888C3. Grayscale: #585858. Windows color (decimal): -14190788 or 3962663. OLE color: 3962663.
HSL color Cylindrical-coordinate representation of color #27773C: hue angle of 135.75º 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 #27773C is Cyan = 0.67, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 39 | 119 | 60 | - |
| CMYK | 0.67 | 0 | 0.50 | 0.53 |
| HSL | 135.75º | 0.51% | 0.31% | - |
| HSV(B) | 135.75º | 0.67% | 0.47% | - |
| XYZ | 8.25 | 13.95 | 6.53 | - |
| YUV | 88.35 | 112 | 92.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 119 | 60 | 0.67 | 0 | 0.50 | 0.53 | 135.75 | 0.51 | 0.31 |
| Hex | 27 | 77 | 3C | 43 | 0 | 32 | 35 | 88 | 33 | 1F |
| Octal | 47 | 167 | 74 | 103 | 0 | 62 | 65 | 210 | 63 | 37 |
| Binary | 100111 | 1110111 | 111100 | 1000011 | 0 | 110010 | 110101 | 10001000 | 110011 | 11111 |
Color Harmonies of #27773C
Complementary color
Monochromatic Colors of #27773C
Black with #27773C
Text Example
Text Example
White with #27773C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27773C; }
p { color: rgb(39,119,60); }
H1.HeaderClassName
{
color: #27773C;
}
.AnyTagClassName
{
color: #27773C;
}
</style>
background-color css
<style>
a { background-color: #27773C; }
a { background-color: rgb(39,119,60); }
div.DivClassName
{
background-color: #27773C;
}
.BgClassName
{
background-color: #27773C;
}
</style>
border-color css
<style>
span { border-color: #27773C; }
span { border-color: rgb(39,119,60); }
td.TdClassName
{
border-color: #27773C;
}
.TagClassName
{
border-color: #27773C;
}
</style>