Shades of Camarone #21853D
Tints of Camarone #21853D
RGB
CMYK
RGB Variations
Color information
#21853D (or 0x21853D) is known color: Camarone. HEX triplet: 21, 85 and 3D. RGB value is (33,133,61). Sum of RGB (Red+Green+Blue) = 33+133+61=227 (30% of max value = 765). Red value is 33 (13.28% from 255 or 14.54% from 227); Green value is 133 (52.34% from 255 or 58.59% from 227); Blue value is 61 (24.22% from 255 or 26.87% from 227); Max value from RGB is 133 - color contains mainly: green. Hex color #21853D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #21853D is #DE7AC2. Grayscale: #5F5F5F. Windows color (decimal): -14580419 or 4031777. OLE color: 4031777.
HSL color Cylindrical-coordinate representation of color #21853D: hue angle of 136.8º degrees, saturation: 0.6, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #21853D is Cyan = 0.75, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 33 | 133 | 61 | - |
| CMYK | 0.75 | 0 | 0.54 | 0.48 |
| HSL | 136.8º | 0.6% | 0.33% | - |
| HSV(B) | 136.8º | 0.75% | 0.52% | - |
| XYZ | 9.86 | 17.44 | 7.26 | - |
| YUV | 94.89 | 108.87 | 83.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 133 | 61 | 0.75 | 0 | 0.54 | 0.48 | 136.8 | 0.6 | 0.33 |
| Hex | 21 | 85 | 3D | 4B | 0 | 36 | 30 | 89 | 3C | 21 |
| Octal | 41 | 205 | 75 | 113 | 0 | 66 | 60 | 211 | 74 | 41 |
| Binary | 100001 | 10000101 | 111101 | 1001011 | 0 | 110110 | 110000 | 10001001 | 111100 | 100001 |
Color Harmonies of #21853D
Complementary color
Monochromatic Colors of #21853D
Black with #21853D
Text Example
Text Example
White with #21853D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21853D; }
p { color: rgb(33,133,61); }
H1.HeaderClassName
{
color: #21853D;
}
.AnyTagClassName
{
color: #21853D;
}
</style>
background-color css
<style>
a { background-color: #21853D; }
a { background-color: rgb(33,133,61); }
div.DivClassName
{
background-color: #21853D;
}
.BgClassName
{
background-color: #21853D;
}
</style>
border-color css
<style>
span { border-color: #21853D; }
span { border-color: rgb(33,133,61); }
td.TdClassName
{
border-color: #21853D;
}
.TagClassName
{
border-color: #21853D;
}
</style>