Html Css Color HEX #828034 Trendy Green

📋 copy color: '#828034'

red 130 ◦ green 128 ◦ blue 52

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

Shades of Trendy Green #828034

Tints of Trendy Green #828034

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 16.77%

R = 41.94%
G = 41.29%
B = 16.77%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.60

 K value IS 0.49

RGB Variations

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

Color information

#828034 (or 0x828034) is known color: Trendy Green. HEX triplet: 82, 80 and 34. RGB value is (130,128,52). Sum of RGB (Red+Green+Blue) = 130+128+52=310 (41% of max value = 765). Red value is 130 (51.17% from 255 or 41.94% from 310); Green value is 128 (50.39% from 255 or 41.29% from 310); Blue value is 52 (20.70% from 255 or 16.77% from 310); Max value from RGB is 130 - color contains mainly: red. Hex color #828034 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #828034 is #7D7FCB. Grayscale: #787878. Windows color (decimal): -8224716 or 3440770. OLE color: 3440770.

HSL color Cylindrical-coordinate representation of color #828034: hue angle of 58.46º degrees, saturation: 0.43, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #828034 is Cyan = 0, Magento = 0.02, Yellow = 0.60 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 128 52 -
CMYK 0 0.02 0.60 0.49
HSL 58.46º 0.43% 0.36% -
HSV(B) 58.46º 0.6% 0.51% -
XYZ 17.54 20.43 6.27 -
YUV 119.93 89.66 135.18 -
System Red Green Blue C M Y K H S L
Decimal 130 128 52 0 0.02 0.60 0.49 58.46 0.43 0.36
Hex 82 80 34 0 2 3C 31 3A 2B 24
Octal 202 200 64 0 2 74 61 72 53 44
Binary 10000010 10000000 110100 0 10 111100 110001 111010 101011 100100

Color Harmonies of #828034

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #828034

Black with #828034

Text Example


Text Example

White with #828034

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #828034; }

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

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

background-color css

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

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

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

border-color css

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

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

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