Html Css Color HEX #808330 Trendy Green

📋 copy color: '#808330'

red 128 ◦ green 131 ◦ blue 48

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

Shades of Trendy Green #808330

Tints of Trendy Green #808330

RGB

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

 GREEN value IS 131 (51.56% from 255) = 42.67%

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

R = 41.69%
G = 42.67%
B = 15.64%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.63

 K value IS 0.49

RGB Variations

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

Color information

#808330 (or 0x808330) is known color: Trendy Green. HEX triplet: 80, 83 and 30. RGB value is (128,131,48). Sum of RGB (Red+Green+Blue) = 128+131+48=307 (40% of max value = 765). Red value is 128 (50.39% from 255 or 41.69% from 307); Green value is 131 (51.56% from 255 or 42.67% from 307); Blue value is 48 (19.14% from 255 or 15.64% from 307); Max value from RGB is 131 - color contains mainly: green. Hex color #808330 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #808330 is #7F7CCF. Grayscale: #787878. Windows color (decimal): -8355024 or 3179392. OLE color: 3179392.

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

Color convert

RGB 128 131 48 -
CMYK 0.02 0 0.63 0.49
HSL 62.17º 0.46% 0.35% -
HSV(B) 62.17º 0.63% 0.51% -
XYZ 17.55 21.04 5.93 -
YUV 120.64 87.01 133.25 -
System Red Green Blue C M Y K H S L
Decimal 128 131 48 0.02 0 0.63 0.49 62.17 0.46 0.35
Hex 80 83 30 2 0 3F 31 3E 2E 23
Octal 200 203 60 2 0 77 61 76 56 43
Binary 10000000 10000011 110000 10 0 111111 110001 111110 101110 100011

Color Harmonies of #808330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #808330

Black with #808330

Text Example


Text Example

White with #808330

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #808330; }

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

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

background-color css

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

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

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

border-color css

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

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

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