#808518

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

Shades of Trendy Green #808518

Tints of Trendy Green #808518

Color information

#808518 (or 0x808518) is unknown color: approx Trendy Green. HEX triplet: 80, 85 and 18. RGB value is (128,133,24). Sum of RGB (Red+Green+Blue) = 128+133+24=285 (37% of max value = 765). Red value is 128 (50.39% from 255 or 44.91% from 285); Green value is 133 (52.34% from 255 or 46.67% from 285); Blue value is 24 (9.77% from 255 or 8.42% from 285); Max value from RGB is 133 - color contains mainly: green. Hex color #808518 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #808518 is #7F7AE7. Grayscale: #777777. Windows color (decimal): -8354536 or 1607040. OLE color: 1607040.

HSL color Cylindrical-coordinate representation of color #808518: hue angle of 62.75º degrees, saturation: 0.69, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #808518 is Cyan = 0.04, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.48.

Color convert

RGB12813324-
CMYK0.0400.820.48
HSL62.75º69.43%30.78%-
HSV(B)62.75º81.95%52.16%-
XYZ17.4521.434.08-
YUV119.0874.34134.36-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 44.91%
GREEN value IS 133 (52.34% from 255) = 46.67%
BLUE value IS 24 (9.77% from 255) = 8.42%
R=44.91%
G=46.67%
B=8.42%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal128133240.0400.820.4862.7569.4330.78
Hex8085184052303f451f
Octal2002053040122607710537
Binary10000000100001011100010001010010110000111111100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #808518

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #808518; }

 p { color: rgb(128,133,24); }

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

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

 a { background-color: rgb(128,133,24); }

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

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

 span { border-color: rgb(128,133,24); }

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