#216B32

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

Shades of Camarone #216B32

Tints of Camarone #216B32

Color information

#216B32 (or 0x216B32) is unknown color: approx Camarone. HEX triplet: 21, 6B and 32. RGB value is (33,107,50). Sum of RGB (Red+Green+Blue) = 33+107+50=190 (25% of max value = 765). Red value is 33 (13.28% from 255 or 17.37% from 190); Green value is 107 (42.19% from 255 or 56.32% from 190); Blue value is 50 (19.92% from 255 or 26.32% from 190); Max value from RGB is 107 - color contains mainly: green. Hex color #216B32 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #216B32 is #DE94CD. Grayscale: #4E4E4E. Windows color (decimal): -14587086 or 3304225. OLE color: 3304225.

HSL color Cylindrical-coordinate representation of color #216B32: hue angle of 133.78º degrees, saturation: 0.53, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #216B32 is Cyan = 0.69, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.58.

Color convert

RGB3310750-
CMYK0.6900.530.58
HSL133.78º52.86%27.45%-
HSV(B)133.78º69.16%41.96%-
XYZ6.4611.074.81-
YUV78.38111.9895.63-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 17.37%
GREEN value IS 107 (42.19% from 255) = 56.32%
BLUE value IS 50 (19.92% from 255) = 26.32%
R=17.37%
G=56.32%
B=26.32%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal33107500.6900.530.58133.7852.8627.45
Hex216B32450353A86351b
Octal4115362105065722066533
Binary1000011101011110010100010101101011110101000011011010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #216B32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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