Shades of Camarone #266E3C
Tints of Camarone #266E3C
RGB
CMYK
RGB Variations
Color information
#266E3C (or 0x266E3C) is known color: Camarone. HEX triplet: 26, 6E and 3C. RGB value is (38,110,60). Sum of RGB (Red+Green+Blue) = 38+110+60=208 (27% of max value = 765). Red value is 38 (15.23% from 255 or 18.27% from 208); Green value is 110 (43.36% from 255 or 52.88% from 208); Blue value is 60 (23.83% from 255 or 28.85% from 208); Max value from RGB is 110 - color contains mainly: green. Hex color #266E3C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #266E3C is #D991C3. Grayscale: #525252. Windows color (decimal): -14258628 or 3960358. OLE color: 3960358.
HSL color Cylindrical-coordinate representation of color #266E3C: hue angle of 138.33º degrees, saturation: 0.49, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #266E3C is Cyan = 0.65, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 38 | 110 | 60 | - |
| CMYK | 0.65 | 0 | 0.45 | 0.57 |
| HSL | 138.33º | 0.49% | 0.29% | - |
| HSV(B) | 138.33º | 0.65% | 0.43% | - |
| XYZ | 7.19 | 11.89 | 6.19 | - |
| YUV | 82.77 | 115.15 | 96.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 110 | 60 | 0.65 | 0 | 0.45 | 0.57 | 138.33 | 0.49 | 0.29 |
| Hex | 26 | 6E | 3C | 41 | 0 | 2D | 39 | 8A | 31 | 1D |
| Octal | 46 | 156 | 74 | 101 | 0 | 55 | 71 | 212 | 61 | 35 |
| Binary | 100110 | 1101110 | 111100 | 1000001 | 0 | 101101 | 111001 | 10001010 | 110001 | 11101 |
Color Harmonies of #266E3C
Complementary color
Monochromatic Colors of #266E3C
Black with #266E3C
Text Example
Text Example
White with #266E3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #266E3C; }
p { color: rgb(38,110,60); }
H1.HeaderClassName
{
color: #266E3C;
}
.AnyTagClassName
{
color: #266E3C;
}
</style>
background-color css
<style>
a { background-color: #266E3C; }
a { background-color: rgb(38,110,60); }
div.DivClassName
{
background-color: #266E3C;
}
.BgClassName
{
background-color: #266E3C;
}
</style>
border-color css
<style>
span { border-color: #266E3C; }
span { border-color: rgb(38,110,60); }
td.TdClassName
{
border-color: #266E3C;
}
.TagClassName
{
border-color: #266E3C;
}
</style>