#216E31

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

Shades of Camarone #216E31

Tints of Camarone #216E31

Color information

#216E31 (or 0x216E31) is unknown color: approx Camarone. HEX triplet: 21, 6E and 31. RGB value is (33,110,49). Sum of RGB (Red+Green+Blue) = 33+110+49=192 (25% of max value = 765). Red value is 33 (13.28% from 255 or 17.19% from 192); Green value is 110 (43.36% from 255 or 57.29% from 192); Blue value is 49 (19.53% from 255 or 25.52% from 192); Max value from RGB is 110 - color contains mainly: green. Hex color #216E31 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #216E31 is #DE91CE. Grayscale: #505050. Windows color (decimal): -14586319 or 3239457. OLE color: 3239457.

HSL color Cylindrical-coordinate representation of color #216E31: hue angle of 132.47º 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 #216E31 is Cyan = 0.7, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.57.

Color convert

RGB3311049-
CMYK0.700.550.57
HSL132.47º53.85%28.04%-
HSV(B)132.47º70%43.14%-
XYZ6.7611.74.81-
YUV80.02110.4994.46-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 17.19%
GREEN value IS 110 (43.36% from 255) = 57.29%
BLUE value IS 49 (19.53% from 255) = 25.52%
R=17.19%
G=57.29%
B=25.52%

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
Decimal33110490.700.550.57132.4753.8528.04
Hex216E31460373984361c
Octal4115661106067712046634
Binary1000011101110110001100011001101111110011000010011011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #216E31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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