#808328

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

Shades of Trendy Green #808328

Tints of Trendy Green #808328

Color information

#808328 (or 0x808328) is unknown color: approx Trendy Green. HEX triplet: 80, 83 and 28. RGB value is (128,131,40). Sum of RGB (Red+Green+Blue) = 128+131+40=299 (39% of max value = 765). Red value is 128 (50.39% from 255 or 42.81% from 299); Green value is 131 (51.56% from 255 or 43.81% from 299); Blue value is 40 (16.02% from 255 or 13.38% from 299); Max value from RGB is 131 - color contains mainly: green. Hex color #808328 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #808328 is #7F7CD7. Grayscale: #787878. Windows color (decimal): -8355032 or 2655104. OLE color: 2655104.

HSL color Cylindrical-coordinate representation of color #808328: hue angle of 61.98º degrees, saturation: 0.53, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #808328 is Cyan = 0.02, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.49.

Color convert

RGB12813140-
CMYK0.0200.690.49
HSL61.98º53.22%33.53%-
HSV(B)61.98º69.47%51.37%-
XYZ17.420.975.14-
YUV119.7383.01133.9-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 42.81%
GREEN value IS 131 (51.56% from 255) = 43.81%
BLUE value IS 40 (16.02% from 255) = 13.38%
R=42.81%
G=43.81%
B=13.38%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal128131400.0200.690.4961.9853.2233.53
Hex8083282045313e3522
Octal200203502010561766542
Binary10000000100000111010001001000101110001111110110101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #808328

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #808328; }

 p { color: rgb(128,131,40); }

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

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

 a { background-color: rgb(128,131,40); }

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

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

 span { border-color: rgb(128,131,40); }

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