Shades of Camarone #21713C
Tints of Camarone #21713C
RGB
CMYK
RGB Variations
Color information
#21713C (or 0x21713C) is known color: Camarone. HEX triplet: 21, 71 and 3C. RGB value is (33,113,60). Sum of RGB (Red+Green+Blue) = 33+113+60=206 (27% of max value = 765). Red value is 33 (13.28% from 255 or 16.02% from 206); Green value is 113 (44.53% from 255 or 54.85% from 206); Blue value is 60 (23.83% from 255 or 29.13% from 206); Max value from RGB is 113 - color contains mainly: green. Hex color #21713C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #21713C is #DE8EC3. Grayscale: #535353. Windows color (decimal): -14585540 or 3961121. OLE color: 3961121.
HSL color Cylindrical-coordinate representation of color #21713C: hue angle of 140.25º 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 #21713C is Cyan = 0.71, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 33 | 113 | 60 | - |
| CMYK | 0.71 | 0 | 0.47 | 0.56 |
| HSL | 140.25º | 0.55% | 0.29% | - |
| HSV(B) | 140.25º | 0.71% | 0.44% | - |
| XYZ | 7.35 | 12.46 | 6.29 | - |
| YUV | 83.04 | 115 | 92.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 113 | 60 | 0.71 | 0 | 0.47 | 0.56 | 140.25 | 0.55 | 0.29 |
| Hex | 21 | 71 | 3C | 47 | 0 | 2F | 38 | 8C | 37 | 1D |
| Octal | 41 | 161 | 74 | 107 | 0 | 57 | 70 | 214 | 67 | 35 |
| Binary | 100001 | 1110001 | 111100 | 1000111 | 0 | 101111 | 111000 | 10001100 | 110111 | 11101 |
Color Harmonies of #21713C
Complementary color
Monochromatic Colors of #21713C
Black with #21713C
Text Example
Text Example
White with #21713C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21713C; }
p { color: rgb(33,113,60); }
H1.HeaderClassName
{
color: #21713C;
}
.AnyTagClassName
{
color: #21713C;
}
</style>
background-color css
<style>
a { background-color: #21713C; }
a { background-color: rgb(33,113,60); }
div.DivClassName
{
background-color: #21713C;
}
.BgClassName
{
background-color: #21713C;
}
</style>
border-color css
<style>
span { border-color: #21713C; }
span { border-color: rgb(33,113,60); }
td.TdClassName
{
border-color: #21713C;
}
.TagClassName
{
border-color: #21713C;
}
</style>