Shades of Camarone #21733D
Tints of Camarone #21733D
RGB
CMYK
RGB Variations
Color information
#21733D (or 0x21733D) is known color: Camarone. HEX triplet: 21, 73 and 3D. RGB value is (33,115,61). Sum of RGB (Red+Green+Blue) = 33+115+61=209 (27% of max value = 765). Red value is 33 (13.28% from 255 or 15.79% from 209); Green value is 115 (45.31% from 255 or 55.02% from 209); Blue value is 61 (24.22% from 255 or 29.19% from 209); Max value from RGB is 115 - color contains mainly: green. Hex color #21733D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #21733D is #DE8CC2. Grayscale: #545454. Windows color (decimal): -14585027 or 4027169. OLE color: 4027169.
HSL color Cylindrical-coordinate representation of color #21733D: hue angle of 140.49º degrees, saturation: 0.55, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #21733D is Cyan = 0.71, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 33 | 115 | 61 | - |
| CMYK | 0.71 | 0 | 0.47 | 0.55 |
| HSL | 140.49º | 0.55% | 0.29% | - |
| HSV(B) | 140.49º | 0.71% | 0.45% | - |
| XYZ | 7.6 | 12.92 | 6.51 | - |
| YUV | 84.33 | 114.83 | 91.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 115 | 61 | 0.71 | 0 | 0.47 | 0.55 | 140.49 | 0.55 | 0.29 |
| Hex | 21 | 73 | 3D | 47 | 0 | 2F | 37 | 8C | 37 | 1D |
| Octal | 41 | 163 | 75 | 107 | 0 | 57 | 67 | 214 | 67 | 35 |
| Binary | 100001 | 1110011 | 111101 | 1000111 | 0 | 101111 | 110111 | 10001100 | 110111 | 11101 |
Color Harmonies of #21733D
Complementary color
Monochromatic Colors of #21733D
Black with #21733D
Text Example
Text Example
White with #21733D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21733D; }
p { color: rgb(33,115,61); }
H1.HeaderClassName
{
color: #21733D;
}
.AnyTagClassName
{
color: #21733D;
}
</style>
background-color css
<style>
a { background-color: #21733D; }
a { background-color: rgb(33,115,61); }
div.DivClassName
{
background-color: #21733D;
}
.BgClassName
{
background-color: #21733D;
}
</style>
border-color css
<style>
span { border-color: #21733D; }
span { border-color: rgb(33,115,61); }
td.TdClassName
{
border-color: #21733D;
}
.TagClassName
{
border-color: #21733D;
}
</style>