Html Css Color HEX #828331 Trendy Green

📋 copy color: '#828331'

red 130 ◦ green 131 ◦ blue 49

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

Shades of Trendy Green #828331

Tints of Trendy Green #828331

RGB

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

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

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

R = 41.94%
G = 42.26%
B = 15.81%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.63

 K value IS 0.49

RGB Variations

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

Color information

#828331 (or 0x828331) is known color: Trendy Green. HEX triplet: 82, 83 and 31. RGB value is (130,131,49). Sum of RGB (Red+Green+Blue) = 130+131+49=310 (41% of max value = 765). Red value is 130 (51.17% from 255 or 41.94% from 310); Green value is 131 (51.56% from 255 or 42.26% from 310); Blue value is 49 (19.53% from 255 or 15.81% from 310); Max value from RGB is 131 - color contains mainly: green. Hex color #828331 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #828331 is #7D7CCE. Grayscale: #797979. Windows color (decimal): -8223951 or 3244930. OLE color: 3244930.

HSL color Cylindrical-coordinate representation of color #828331: hue angle of 60.73º 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 #828331 is Cyan = 0.01, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 131 49 -
CMYK 0.01 0 0.63 0.49
HSL 60.73º 0.46% 0.35% -
HSV(B) 60.73º 0.63% 0.51% -
XYZ 17.88 21.2 6.06 -
YUV 121.35 87.17 134.17 -
System Red Green Blue C M Y K H S L
Decimal 130 131 49 0.01 0 0.63 0.49 60.73 0.46 0.35
Hex 82 83 31 1 0 3F 31 3D 2E 23
Octal 202 203 61 1 0 77 61 75 56 43
Binary 10000010 10000011 110001 1 0 111111 110001 111101 101110 100011

Color Harmonies of #828331

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #828331

Black with #828331

Text Example


Text Example

White with #828331

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #828331; }

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

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

background-color css

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

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

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

border-color css

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

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

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