#204934

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

Shades of Bottle Green #204934

Tints of Bottle Green #204934

Color information

#204934 (or 0x204934) is unknown color: approx Bottle Green. HEX triplet: 20, 49 and 34. RGB value is (32,73,52). Sum of RGB (Red+Green+Blue) = 32+73+52=157 (20% of max value = 765). Red value is 32 (12.89% from 255 or 20.38% from 157); Green value is 73 (28.91% from 255 or 46.50% from 157); Blue value is 52 (20.70% from 255 or 33.12% from 157); Max value from RGB is 73 - color contains mainly: green. Hex color #204934 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #204934 is #DFB6CB. Grayscale: #3A3A3A. Windows color (decimal): -14661324 or 3426592. OLE color: 3426592.

HSL color Cylindrical-coordinate representation of color #204934: hue angle of 149.27º degrees, saturation: 0.39, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #204934 is Cyan = 0.56, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.71.

Color convert

RGB327352-
CMYK0.5600.290.71
HSL149.27º39.05%20.59%-
HSV(B)149.27º56.16%28.63%-
XYZ3.65.324.09-
YUV58.35124.42109.21-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 20.38%
GREEN value IS 73 (28.91% from 255) = 46.50%
BLUE value IS 52 (20.70% from 255) = 33.12%
R=20.38%
G=46.50%
B=33.12%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal3273520.5600.290.71149.2739.0520.59
Hex2049343801D47952715
Octal4011164700351072254725
Binary100000100100111010011100001110110001111001010110011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #204934

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #204934; }

 p { color: rgb(32,73,52); }

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

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

 a { background-color: rgb(32,73,52); }

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

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

 span { border-color: rgb(32,73,52); }

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