#80A44D

Color #80A44D Chelsea Cucumber (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chelsea Cucumber #80A44D

Tints of Chelsea Cucumber #80A44D

Color information

#80A44D (or 0x80A44D) is unknown color: approx Chelsea Cucumber. HEX triplet: 80, A4 and 4D. RGB value is (128,164,77). Sum of RGB (Red+Green+Blue) = 128+164+77=369 (48% of max value = 765). Red value is 128 (50.39% from 255 or 34.69% from 369); Green value is 164 (64.45% from 255 or 44.44% from 369); Blue value is 77 (30.47% from 255 or 20.87% from 369); Max value from RGB is 164 - color contains mainly: green. Hex color #80A44D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #80A44D is #7F5BB2. Grayscale: #8F8F8F. Windows color (decimal): -8346547 or 5088384. OLE color: 5088384.

HSL color Cylindrical-coordinate representation of color #80A44D: hue angle of 84.83º degrees, saturation: 0.36, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #80A44D is Cyan = 0.22, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.36.

Color convert

RGB12816477-
CMYK0.2200.530.36
HSL84.83º36.1%47.25%-
HSV(B)84.83º53.05%64.31%-
XYZ23.5231.6811.9-
YUV143.3290.57117.07-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 34.69%
GREEN value IS 164 (64.45% from 255) = 44.44%
BLUE value IS 77 (30.47% from 255) = 20.87%
R=34.69%
G=44.44%
B=20.87%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal128164770.2200.530.3684.8336.147.25
Hex80A44D160352455242f
Octal20024411526065441254457
Binary100000001010010010011011011001101011001001010101100100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80A44D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #80A44D; }

 p { color: rgb(128,164,77); }

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

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

 a { background-color: rgb(128,164,77); }

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

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

 span { border-color: rgb(128,164,77); }

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