Shades of Camarone #21713D
Tints of Camarone #21713D
RGB
CMYK
RGB Variations
Color information
#21713D (or 0x21713D) is known color: Camarone. HEX triplet: 21, 71 and 3D. RGB value is (33,113,61). Sum of RGB (Red+Green+Blue) = 33+113+61=207 (27% of max value = 765). Red value is 33 (13.28% from 255 or 15.94% from 207); Green value is 113 (44.53% from 255 or 54.59% from 207); Blue value is 61 (24.22% from 255 or 29.47% from 207); Max value from RGB is 113 - color contains mainly: green. Hex color #21713D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #21713D is #DE8EC2. Grayscale: #535353. Windows color (decimal): -14585539 or 4026657. OLE color: 4026657.
HSL color Cylindrical-coordinate representation of color #21713D: hue angle of 141º degrees, saturation: 0.55, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #21713D is Cyan = 0.71, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 33 | 113 | 61 | - |
| CMYK | 0.71 | 0 | 0.46 | 0.56 |
| HSL | 141º | 0.55% | 0.29% | - |
| HSV(B) | 141º | 0.71% | 0.44% | - |
| XYZ | 7.37 | 12.47 | 6.43 | - |
| YUV | 83.15 | 115.5 | 92.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 113 | 61 | 0.71 | 0 | 0.46 | 0.56 | 141 | 0.55 | 0.29 |
| Hex | 21 | 71 | 3D | 47 | 0 | 2E | 38 | 8D | 37 | 1D |
| Octal | 41 | 161 | 75 | 107 | 0 | 56 | 70 | 215 | 67 | 35 |
| Binary | 100001 | 1110001 | 111101 | 1000111 | 0 | 101110 | 111000 | 10001101 | 110111 | 11101 |
Color Harmonies of #21713D
Complementary color
Monochromatic Colors of #21713D
Black with #21713D
Text Example
Text Example
White with #21713D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21713D; }
p { color: rgb(33,113,61); }
H1.HeaderClassName
{
color: #21713D;
}
.AnyTagClassName
{
color: #21713D;
}
</style>
background-color css
<style>
a { background-color: #21713D; }
a { background-color: rgb(33,113,61); }
div.DivClassName
{
background-color: #21713D;
}
.BgClassName
{
background-color: #21713D;
}
</style>
border-color css
<style>
span { border-color: #21713D; }
span { border-color: rgb(33,113,61); }
td.TdClassName
{
border-color: #21713D;
}
.TagClassName
{
border-color: #21713D;
}
</style>