Shades of Camarone #27613A
Tints of Camarone #27613A
RGB
CMYK
RGB Variations
Color information
#27613A (or 0x27613A) is known color: Camarone. HEX triplet: 27, 61 and 3A. RGB value is (39,97,58). Sum of RGB (Red+Green+Blue) = 39+97+58=194 (25% of max value = 765). Red value is 39 (15.62% from 255 or 20.10% from 194); Green value is 97 (38.28% from 255 or 50% from 194); Blue value is 58 (23.05% from 255 or 29.90% from 194); Max value from RGB is 97 - color contains mainly: green. Hex color #27613A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #27613A is #D89EC5. Grayscale: #4B4B4B. Windows color (decimal): -14196422 or 3825959. OLE color: 3825959.
HSL color Cylindrical-coordinate representation of color #27613A: hue angle of 139.66º degrees, saturation: 0.43, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #27613A is Cyan = 0.60, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 39 | 97 | 58 | - |
| CMYK | 0.60 | 0 | 0.40 | 0.62 |
| HSL | 139.66º | 0.43% | 0.27% | - |
| HSV(B) | 139.66º | 0.6% | 0.38% | - |
| XYZ | 5.88 | 9.29 | 5.49 | - |
| YUV | 75.21 | 118.28 | 102.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 97 | 58 | 0.60 | 0 | 0.40 | 0.62 | 139.66 | 0.43 | 0.27 |
| Hex | 27 | 61 | 3A | 3C | 0 | 28 | 3E | 8C | 2B | 1B |
| Octal | 47 | 141 | 72 | 74 | 0 | 50 | 76 | 214 | 53 | 33 |
| Binary | 100111 | 1100001 | 111010 | 111100 | 0 | 101000 | 111110 | 10001100 | 101011 | 11011 |
Color Harmonies of #27613A
Complementary color
Monochromatic Colors of #27613A
Black with #27613A
Text Example
Text Example
White with #27613A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27613A; }
p { color: rgb(39,97,58); }
H1.HeaderClassName
{
color: #27613A;
}
.AnyTagClassName
{
color: #27613A;
}
</style>
background-color css
<style>
a { background-color: #27613A; }
a { background-color: rgb(39,97,58); }
div.DivClassName
{
background-color: #27613A;
}
.BgClassName
{
background-color: #27613A;
}
</style>
border-color css
<style>
span { border-color: #27613A; }
span { border-color: rgb(39,97,58); }
td.TdClassName
{
border-color: #27613A;
}
.TagClassName
{
border-color: #27613A;
}
</style>