Shades of Camarone #266333
Tints of Camarone #266333
RGB
CMYK
RGB Variations
Color information
#266333 (or 0x266333) is known color: Camarone. HEX triplet: 26, 63 and 33. RGB value is (38,99,51). Sum of RGB (Red+Green+Blue) = 38+99+51=188 (24% of max value = 765). Red value is 38 (15.23% from 255 or 20.21% from 188); Green value is 99 (39.06% from 255 or 52.66% from 188); Blue value is 51 (20.31% from 255 or 27.13% from 188); Max value from RGB is 99 - color contains mainly: green. Hex color #266333 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #266333 is #D99CCC. Grayscale: #4B4B4B. Windows color (decimal): -14261453 or 3367718. OLE color: 3367718.
HSL color Cylindrical-coordinate representation of color #266333: hue angle of 132.79º degrees, saturation: 0.45, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #266333 is Cyan = 0.62, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 38 | 99 | 51 | - |
| CMYK | 0.62 | 0 | 0.48 | 0.61 |
| HSL | 132.79º | 0.45% | 0.27% | - |
| HSV(B) | 132.79º | 0.62% | 0.39% | - |
| XYZ | 5.86 | 9.57 | 4.67 | - |
| YUV | 75.29 | 114.29 | 101.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 99 | 51 | 0.62 | 0 | 0.48 | 0.61 | 132.79 | 0.45 | 0.27 |
| Hex | 26 | 63 | 33 | 3E | 0 | 30 | 3D | 85 | 2D | 1B |
| Octal | 46 | 143 | 63 | 76 | 0 | 60 | 75 | 205 | 55 | 33 |
| Binary | 100110 | 1100011 | 110011 | 111110 | 0 | 110000 | 111101 | 10000101 | 101101 | 11011 |
Color Harmonies of #266333
Complementary color
Monochromatic Colors of #266333
Black with #266333
Text Example
Text Example
White with #266333
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #266333; }
p { color: rgb(38,99,51); }
H1.HeaderClassName
{
color: #266333;
}
.AnyTagClassName
{
color: #266333;
}
</style>
background-color css
<style>
a { background-color: #266333; }
a { background-color: rgb(38,99,51); }
div.DivClassName
{
background-color: #266333;
}
.BgClassName
{
background-color: #266333;
}
</style>
border-color css
<style>
span { border-color: #266333; }
span { border-color: rgb(38,99,51); }
td.TdClassName
{
border-color: #266333;
}
.TagClassName
{
border-color: #266333;
}
</style>