Shades of Camarone #27693A
Tints of Camarone #27693A
RGB
CMYK
RGB Variations
Color information
#27693A (or 0x27693A) is known color: Camarone. HEX triplet: 27, 69 and 3A. RGB value is (39,105,58). Sum of RGB (Red+Green+Blue) = 39+105+58=202 (26% of max value = 765). Red value is 39 (15.62% from 255 or 19.31% from 202); Green value is 105 (41.41% from 255 or 51.98% from 202); Blue value is 58 (23.05% from 255 or 28.71% from 202); Max value from RGB is 105 - color contains mainly: green. Hex color #27693A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #27693A is #D896C5. Grayscale: #505050. Windows color (decimal): -14194374 or 3828007. OLE color: 3828007.
HSL color Cylindrical-coordinate representation of color #27693A: hue angle of 137.27º degrees, saturation: 0.46, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #27693A is Cyan = 0.63, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 39 | 105 | 58 | - |
| CMYK | 0.63 | 0 | 0.45 | 0.59 |
| HSL | 137.27º | 0.46% | 0.28% | - |
| HSV(B) | 137.27º | 0.63% | 0.41% | - |
| XYZ | 6.65 | 10.84 | 5.74 | - |
| YUV | 79.91 | 115.63 | 98.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 105 | 58 | 0.63 | 0 | 0.45 | 0.59 | 137.27 | 0.46 | 0.28 |
| Hex | 27 | 69 | 3A | 3F | 0 | 2D | 3B | 89 | 2E | 1C |
| Octal | 47 | 151 | 72 | 77 | 0 | 55 | 73 | 211 | 56 | 34 |
| Binary | 100111 | 1101001 | 111010 | 111111 | 0 | 101101 | 111011 | 10001001 | 101110 | 11100 |
Color Harmonies of #27693A
Complementary color
Monochromatic Colors of #27693A
Black with #27693A
Text Example
Text Example
White with #27693A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27693A; }
p { color: rgb(39,105,58); }
H1.HeaderClassName
{
color: #27693A;
}
.AnyTagClassName
{
color: #27693A;
}
</style>
background-color css
<style>
a { background-color: #27693A; }
a { background-color: rgb(39,105,58); }
div.DivClassName
{
background-color: #27693A;
}
.BgClassName
{
background-color: #27693A;
}
</style>
border-color css
<style>
span { border-color: #27693A; }
span { border-color: rgb(39,105,58); }
td.TdClassName
{
border-color: #27693A;
}
.TagClassName
{
border-color: #27693A;
}
</style>