#809021

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

Shades of Trendy Green #809021

Tints of Trendy Green #809021

Color information

#809021 (or 0x809021) is unknown color: approx Trendy Green. HEX triplet: 80, 90 and 21. RGB value is (128,144,33). Sum of RGB (Red+Green+Blue) = 128+144+33=305 (40% of max value = 765). Red value is 128 (50.39% from 255 or 41.97% from 305); Green value is 144 (56.64% from 255 or 47.21% from 305); Blue value is 33 (13.28% from 255 or 10.82% from 305); Max value from RGB is 144 - color contains mainly: green. Hex color #809021 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #809021 is #7F6FDE. Grayscale: #7E7E7E. Windows color (decimal): -8351711 or 2199680. OLE color: 2199680.

HSL color Cylindrical-coordinate representation of color #809021: hue angle of 68.65º degrees, saturation: 0.63, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #809021 is Cyan = 0.11, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.44.

Color convert

RGB12814433-
CMYK0.1100.770.44
HSL68.65º62.71%34.71%-
HSV(B)68.65º77.08%56.47%-
XYZ19.1524.655.19-
YUV126.5675.2129.03-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 41.97%
GREEN value IS 144 (56.64% from 255) = 47.21%
BLUE value IS 33 (13.28% from 255) = 10.82%
R=41.97%
G=47.21%
B=10.82%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal128144330.1100.770.4468.6562.7134.71
Hex809021B04D2C453f23
Octal20022041130115541057743
Binary10000000100100001000011011010011011011001000101111111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #809021

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #809021; }

 p { color: rgb(128,144,33); }

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

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

 a { background-color: rgb(128,144,33); }

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

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

 span { border-color: rgb(128,144,33); }

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