Html Css Color HEX #808530 Trendy Green

📋 copy color: '#808530'

red 128 ◦ green 133 ◦ blue 48

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

Shades of Trendy Green #808530

Tints of Trendy Green #808530

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 15.53%

R = 41.42%
G = 43.04%
B = 15.53%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.64

 K value IS 0.48

RGB Variations

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

Color information

#808530 (or 0x808530) is known color: Trendy Green. HEX triplet: 80, 85 and 30. RGB value is (128,133,48). Sum of RGB (Red+Green+Blue) = 128+133+48=309 (40% of max value = 765). Red value is 128 (50.39% from 255 or 41.42% from 309); Green value is 133 (52.34% from 255 or 43.04% from 309); Blue value is 48 (19.14% from 255 or 15.53% from 309); Max value from RGB is 133 - color contains mainly: green. Hex color #808530 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #808530 is #7F7ACF. Grayscale: #7A7A7A. Windows color (decimal): -8354512 or 3179904. OLE color: 3179904.

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

Color convert

RGB 128 133 48 -
CMYK 0.04 0 0.64 0.48
HSL 63.53º 0.47% 0.35% -
HSV(B) 63.53º 0.64% 0.52% -
XYZ 17.82 21.58 6.02 -
YUV 121.82 86.34 132.41 -
System Red Green Blue C M Y K H S L
Decimal 128 133 48 0.04 0 0.64 0.48 63.53 0.47 0.35
Hex 80 85 30 4 0 40 30 40 2F 23
Octal 200 205 60 4 0 100 60 100 57 43
Binary 10000000 10000101 110000 100 0 1000000 110000 1000000 101111 100011

Color Harmonies of #808530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #808530

Black with #808530

Text Example


Text Example

White with #808530

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #808530; }

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

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

background-color css

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

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

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

border-color css

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

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

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