#80A548

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

Shades of Chelsea Cucumber #80A548

Tints of Chelsea Cucumber #80A548

Color information

#80A548 (or 0x80A548) is unknown color: approx Chelsea Cucumber. HEX triplet: 80, A5 and 48. RGB value is (128,165,72). Sum of RGB (Red+Green+Blue) = 128+165+72=365 (48% of max value = 765). Red value is 128 (50.39% from 255 or 35.07% from 365); Green value is 165 (64.84% from 255 or 45.21% from 365); Blue value is 72 (28.52% from 255 or 19.73% from 365); Max value from RGB is 165 - color contains mainly: green. Hex color #80A548 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #80A548 is #7F5AB7. Grayscale: #8F8F8F. Windows color (decimal): -8346296 or 4760960. OLE color: 4760960.

HSL color Cylindrical-coordinate representation of color #80A548: hue angle of 83.87º degrees, saturation: 0.39, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #80A548 is Cyan = 0.22, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.35.

Color convert

RGB12816572-
CMYK0.2200.560.35
HSL83.87º39.24%46.47%-
HSV(B)83.87º56.36%64.71%-
XYZ23.5331.9711.06-
YUV143.3387.74117.06-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 35.07%
GREEN value IS 165 (64.84% from 255) = 45.21%
BLUE value IS 72 (28.52% from 255) = 19.73%
R=35.07%
G=45.21%
B=19.73%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal128165720.2200.560.3583.8739.2446.47
Hex80A548160382354272e
Octal20024511026070431244756
Binary100000001010010110010001011001110001000111010100100111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80A548

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,165,72); }

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

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

 a { background-color: rgb(128,165,72); }

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

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

 span { border-color: rgb(128,165,72); }

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