#132620

Color #132620 Dark Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Green #132620

Tints of Dark Green #132620

Color information

#132620 (or 0x132620) is unknown color: approx Dark Green. HEX triplet: 13, 26 and 20. RGB value is (19,38,32). Sum of RGB (Red+Green+Blue) = 19+38+32=89 (11% of max value = 765). Red value is 19 (7.81% from 255 or 21.35% from 89); Green value is 38 (15.23% from 255 or 42.70% from 89); Blue value is 32 (12.89% from 255 or 35.96% from 89); Max value from RGB is 38 - color contains mainly: green. Hex color #132620 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #132620 is #ECD9DF. Grayscale: #1F1F1F. Windows color (decimal): -15522272 or 2106899. OLE color: 2106899.

HSL color Cylindrical-coordinate representation of color #132620: hue angle of 161.05º degrees, saturation: 0.33, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #132620 is Cyan = 0.50, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.85.

Color convert

RGB193832-
CMYK0.5000.160.85
HSL161.05º33.33%11.18%-
HSV(B)161.05º50%14.9%-
XYZ1.221.631.62-
YUV31.64128.21118.99-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 21.35%
GREEN value IS 38 (15.23% from 255) = 42.70%
BLUE value IS 32 (12.89% from 255) = 35.96%
R=21.35%
G=42.70%
B=35.96%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal1938320.5000.160.85161.0533.3311.18
Hex1326203201055a121b
Octal234640620201252414113
Binary100111001101000001100100100001010101101000011000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #132620

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #132620; }

 p { color: rgb(19,38,32); }

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

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

 a { background-color: rgb(19,38,32); }

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

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

 span { border-color: rgb(19,38,32); }

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