Shades of Camarone #266139
Tints of Camarone #266139
RGB
CMYK
RGB Variations
Color information
#266139 (or 0x266139) is known color: Camarone. HEX triplet: 26, 61 and 39. RGB value is (38,97,57). Sum of RGB (Red+Green+Blue) = 38+97+57=192 (25% of max value = 765). Red value is 38 (15.23% from 255 or 19.79% from 192); Green value is 97 (38.28% from 255 or 50.52% from 192); Blue value is 57 (22.66% from 255 or 29.69% from 192); Max value from RGB is 97 - color contains mainly: green. Hex color #266139 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #266139 is #D99EC6. Grayscale: #4A4A4A. Windows color (decimal): -14261959 or 3760422. OLE color: 3760422.
HSL color Cylindrical-coordinate representation of color #266139: hue angle of 139.32º degrees, saturation: 0.44, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #266139 is Cyan = 0.61, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 38 | 97 | 57 | - |
| CMYK | 0.61 | 0 | 0.41 | 0.62 |
| HSL | 139.32º | 0.44% | 0.26% | - |
| HSV(B) | 139.32º | 0.61% | 0.38% | - |
| XYZ | 5.81 | 9.26 | 5.35 | - |
| YUV | 74.8 | 117.95 | 101.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 97 | 57 | 0.61 | 0 | 0.41 | 0.62 | 139.32 | 0.44 | 0.26 |
| Hex | 26 | 61 | 39 | 3D | 0 | 29 | 3E | 8B | 2C | 1A |
| Octal | 46 | 141 | 71 | 75 | 0 | 51 | 76 | 213 | 54 | 32 |
| Binary | 100110 | 1100001 | 111001 | 111101 | 0 | 101001 | 111110 | 10001011 | 101100 | 11010 |
Color Harmonies of #266139
Complementary color
Monochromatic Colors of #266139
Black with #266139
Text Example
Text Example
White with #266139
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #266139; }
p { color: rgb(38,97,57); }
H1.HeaderClassName
{
color: #266139;
}
.AnyTagClassName
{
color: #266139;
}
</style>
background-color css
<style>
a { background-color: #266139; }
a { background-color: rgb(38,97,57); }
div.DivClassName
{
background-color: #266139;
}
.BgClassName
{
background-color: #266139;
}
</style>
border-color css
<style>
span { border-color: #266139; }
span { border-color: rgb(38,97,57); }
td.TdClassName
{
border-color: #266139;
}
.TagClassName
{
border-color: #266139;
}
</style>