Html Css Color HEX #808528 Trendy Green

📋 copy color: '#808528'

red 128 ◦ green 133 ◦ blue 40

#808528
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Trendy Green #808528

Tints of Trendy Green #808528

RGB

 RED value IS 128 (50.39% from 255) = 42.52%

 GREEN value IS 133 (52.34% from 255) = 44.19%

 BLUE value IS 40 (16.02% from 255) = 13.29%

R = 42.52%
G = 44.19%
B = 13.29%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.70

 K value IS 0.48

RGB Variations

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

Color information

#808528 (or 0x808528) is known color: Trendy Green. HEX triplet: 80, 85 and 28. RGB value is (128,133,40). Sum of RGB (Red+Green+Blue) = 128+133+40=301 (39% of max value = 765). Red value is 128 (50.39% from 255 or 42.52% from 301); Green value is 133 (52.34% from 255 or 44.19% from 301); Blue value is 40 (16.02% from 255 or 13.29% from 301); Max value from RGB is 133 - color contains mainly: green. Hex color #808528 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #808528 is #7F7AD7. Grayscale: #797979. Windows color (decimal): -8354520 or 2655616. OLE color: 2655616.

HSL color Cylindrical-coordinate representation of color #808528: hue angle of 63.23º degrees, saturation: 0.54, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #808528 is Cyan = 0.04, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.48.

Color convert

RGB 128 133 40 -
CMYK 0.04 0 0.70 0.48
HSL 63.23º 0.54% 0.34% -
HSV(B) 63.23º 0.7% 0.52% -
XYZ 17.67 21.52 5.23 -
YUV 120.9 82.34 133.06 -
System Red Green Blue C M Y K H S L
Decimal 128 133 40 0.04 0 0.70 0.48 63.23 0.54 0.34
Hex 80 85 28 4 0 46 30 3F 36 22
Octal 200 205 50 4 0 106 60 77 66 42
Binary 10000000 10000101 101000 100 0 1000110 110000 111111 110110 100010

Color Harmonies of #808528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #808528

Black with #808528

Text Example


Text Example

White with #808528

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #808528; }

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

 H1.HeaderClassName
 {
   color: #808528;
 }
 .AnyTagClassName
 {
   color: #808528;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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