#216E32

Color #216E32 Camarone (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Camarone #216E32

Tints of Camarone #216E32

Color information

#216E32 (or 0x216E32) is unknown color: approx Camarone. HEX triplet: 21, 6E and 32. RGB value is (33,110,50). Sum of RGB (Red+Green+Blue) = 33+110+50=193 (25% of max value = 765). Red value is 33 (13.28% from 255 or 17.10% from 193); Green value is 110 (43.36% from 255 or 56.99% from 193); Blue value is 50 (19.92% from 255 or 25.91% from 193); Max value from RGB is 110 - color contains mainly: green. Hex color #216E32 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #216E32 is #DE91CD. Grayscale: #505050. Windows color (decimal): -14586318 or 3304993. OLE color: 3304993.

HSL color Cylindrical-coordinate representation of color #216E32: hue angle of 133.25º degrees, saturation: 0.54, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #216E32 is Cyan = 0.7, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.57.

Color convert

RGB3311050-
CMYK0.700.550.57
HSL133.25º53.85%28.04%-
HSV(B)133.25º70%43.14%-
XYZ6.7811.714.92-
YUV80.14110.9994.38-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 33 (13.28% from 255) = 17.10%
GREEN value IS 110 (43.36% from 255) = 56.99%
BLUE value IS 50 (19.92% from 255) = 25.91%
R=17.10%
G=56.99%
B=25.91%

CMYK

C (Cyan) values IS 0.7
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal33110500.700.550.57133.2553.8528.04
Hex216E32460373985361c
Octal4115662106067712056634
Binary1000011101110110010100011001101111110011000010111011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #216E32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #216E32; }

 p { color: rgb(33,110,50); }

 H1.HeaderClassName
 {
   color: #216E32;
 }
 .AnyTagClassName
 {
   color: #216E32;
 }
</style>
background-color css

<style>
 a { background-color: #216E32; }

 a { background-color: rgb(33,110,50); }

 div.DivClassName
 {
   background-color: #216E32;
 }
 .BgClassName
 {
   background-color: #216E32;
 }
</style>
border-color css

<style>
 span { border-color: #216E32; }

 span { border-color: rgb(33,110,50); }

 td.TdClassName
 {
   border-color: #216E32;
 }
 .TagClassName
 {
   border-color: #216E32;
 }
</style>