Shades of Camarone #27763A
Tints of Camarone #27763A
RGB
CMYK
RGB Variations
Color information
#27763A (or 0x27763A) is known color: Camarone. HEX triplet: 27, 76 and 3A. RGB value is (39,118,58). Sum of RGB (Red+Green+Blue) = 39+118+58=215 (28% of max value = 765). Red value is 39 (15.62% from 255 or 18.14% from 215); Green value is 118 (46.48% from 255 or 54.88% from 215); Blue value is 58 (23.05% from 255 or 26.98% from 215); Max value from RGB is 118 - color contains mainly: green. Hex color #27763A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #27763A is #D889C5. Grayscale: #575757. Windows color (decimal): -14191046 or 3831335. OLE color: 3831335.
HSL color Cylindrical-coordinate representation of color #27763A: hue angle of 134.43º degrees, saturation: 0.5, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #27763A is Cyan = 0.67, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 39 | 118 | 58 | - |
| CMYK | 0.67 | 0 | 0.51 | 0.54 |
| HSL | 134.43º | 0.5% | 0.31% | - |
| HSV(B) | 134.43º | 0.67% | 0.46% | - |
| XYZ | 8.08 | 13.69 | 6.22 | - |
| YUV | 87.54 | 111.33 | 93.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 118 | 58 | 0.67 | 0 | 0.51 | 0.54 | 134.43 | 0.5 | 0.31 |
| Hex | 27 | 76 | 3A | 43 | 0 | 33 | 36 | 86 | 32 | 1F |
| Octal | 47 | 166 | 72 | 103 | 0 | 63 | 66 | 206 | 62 | 37 |
| Binary | 100111 | 1110110 | 111010 | 1000011 | 0 | 110011 | 110110 | 10000110 | 110010 | 11111 |
Color Harmonies of #27763A
Complementary color
Monochromatic Colors of #27763A
Black with #27763A
Text Example
Text Example
White with #27763A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27763A; }
p { color: rgb(39,118,58); }
H1.HeaderClassName
{
color: #27763A;
}
.AnyTagClassName
{
color: #27763A;
}
</style>
background-color css
<style>
a { background-color: #27763A; }
a { background-color: rgb(39,118,58); }
div.DivClassName
{
background-color: #27763A;
}
.BgClassName
{
background-color: #27763A;
}
</style>
border-color css
<style>
span { border-color: #27763A; }
span { border-color: rgb(39,118,58); }
td.TdClassName
{
border-color: #27763A;
}
.TagClassName
{
border-color: #27763A;
}
</style>