#82A44D

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

Shades of Chelsea Cucumber #82A44D

Tints of Chelsea Cucumber #82A44D

Color information

#82A44D (or 0x82A44D) is unknown color: approx Chelsea Cucumber. HEX triplet: 82, A4 and 4D. RGB value is (130,164,77). Sum of RGB (Red+Green+Blue) = 130+164+77=371 (49% of max value = 765). Red value is 130 (51.17% from 255 or 35.04% from 371); Green value is 164 (64.45% from 255 or 44.20% from 371); Blue value is 77 (30.47% from 255 or 20.75% from 371); Max value from RGB is 164 - color contains mainly: green. Hex color #82A44D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #82A44D is #7D5BB2. Grayscale: #909090. Windows color (decimal): -8215475 or 5088386. OLE color: 5088386.

HSL color Cylindrical-coordinate representation of color #82A44D: hue angle of 83.45º 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 #82A44D is Cyan = 0.21, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.36.

Color convert

RGB13016477-
CMYK0.2100.530.36
HSL83.45º36.1%47.25%-
HSV(B)83.45º53.05%64.31%-
XYZ23.8231.8311.91-
YUV143.9290.24118.07-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 35.04%
GREEN value IS 164 (64.45% from 255) = 44.20%
BLUE value IS 77 (30.47% from 255) = 20.75%
R=35.04%
G=44.20%
B=20.75%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal130164770.2100.530.3683.4536.147.25
Hex82A44D150352453242f
Octal20224411525065441234457
Binary100000101010010010011011010101101011001001010011100100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82A44D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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