Html Css Color HEX #828031 Trendy Green

📋 copy color: '#828031'

red 130 ◦ green 128 ◦ blue 49

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

Shades of Trendy Green #828031

Tints of Trendy Green #828031

RGB

 RED value IS 130 (51.17% from 255) = 42.35%

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

 BLUE value IS 49 (19.53% from 255) = 15.96%

R = 42.35%
G = 41.69%
B = 15.96%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.62

 K value IS 0.49

RGB Variations

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

Color information

#828031 (or 0x828031) is known color: Trendy Green. HEX triplet: 82, 80 and 31. RGB value is (130,128,49). Sum of RGB (Red+Green+Blue) = 130+128+49=307 (40% of max value = 765). Red value is 130 (51.17% from 255 or 42.35% from 307); Green value is 128 (50.39% from 255 or 41.69% from 307); Blue value is 49 (19.53% from 255 or 15.96% from 307); Max value from RGB is 130 - color contains mainly: red. Hex color #828031 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #828031 is #7D7FCE. Grayscale: #777777. Windows color (decimal): -8224719 or 3244162. OLE color: 3244162.

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

Color convert

RGB 130 128 49 -
CMYK 0 0.02 0.62 0.49
HSL 58.52º 0.45% 0.35% -
HSV(B) 58.52º 0.62% 0.51% -
XYZ 17.48 20.41 5.92 -
YUV 119.59 88.16 135.42 -
System Red Green Blue C M Y K H S L
Decimal 130 128 49 0 0.02 0.62 0.49 58.52 0.45 0.35
Hex 82 80 31 0 2 3E 31 3B 2D 23
Octal 202 200 61 0 2 76 61 73 55 43
Binary 10000010 10000000 110001 0 10 111110 110001 111011 101101 100011

Color Harmonies of #828031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #828031

Black with #828031

Text Example


Text Example

White with #828031

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #828031; }

 p { color: rgb(130,128,49); }

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

background-color css

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

 a { background-color: rgb(130,128,49); }

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

border-color css

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

 span { border-color: rgb(130,128,49); }

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