Shades of Camarone #21783C
Tints of Camarone #21783C
RGB
CMYK
RGB Variations
Color information
#21783C (or 0x21783C) is known color: Camarone. HEX triplet: 21, 78 and 3C. RGB value is (33,120,60). Sum of RGB (Red+Green+Blue) = 33+120+60=213 (28% of max value = 765). Red value is 33 (13.28% from 255 or 15.49% from 213); Green value is 120 (47.27% from 255 or 56.34% from 213); Blue value is 60 (23.83% from 255 or 28.17% from 213); Max value from RGB is 120 - color contains mainly: green. Hex color #21783C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #21783C is #DE87C3. Grayscale: #575757. Windows color (decimal): -14583748 or 3962913. OLE color: 3962913.
HSL color Cylindrical-coordinate representation of color #21783C: hue angle of 138.62º degrees, saturation: 0.57, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #21783C is Cyan = 0.72, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 33 | 120 | 60 | - |
| CMYK | 0.72 | 0 | 0.5 | 0.53 |
| HSL | 138.62º | 0.57% | 0.3% | - |
| HSV(B) | 138.62º | 0.73% | 0.47% | - |
| XYZ | 8.16 | 14.08 | 6.56 | - |
| YUV | 87.15 | 112.68 | 89.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 120 | 60 | 0.72 | 0 | 0.5 | 0.53 | 138.62 | 0.57 | 0.3 |
| Hex | 21 | 78 | 3C | 48 | 0 | 32 | 35 | 8B | 39 | 1E |
| Octal | 41 | 170 | 74 | 110 | 0 | 62 | 65 | 213 | 71 | 36 |
| Binary | 100001 | 1111000 | 111100 | 1001000 | 0 | 110010 | 110101 | 10001011 | 111001 | 11110 |
Color Harmonies of #21783C
Complementary color
Monochromatic Colors of #21783C
Black with #21783C
Text Example
Text Example
White with #21783C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21783C; }
p { color: rgb(33,120,60); }
H1.HeaderClassName
{
color: #21783C;
}
.AnyTagClassName
{
color: #21783C;
}
</style>
background-color css
<style>
a { background-color: #21783C; }
a { background-color: rgb(33,120,60); }
div.DivClassName
{
background-color: #21783C;
}
.BgClassName
{
background-color: #21783C;
}
</style>
border-color css
<style>
span { border-color: #21783C; }
span { border-color: rgb(33,120,60); }
td.TdClassName
{
border-color: #21783C;
}
.TagClassName
{
border-color: #21783C;
}
</style>