Html Css Color HEX #828036 Trendy Green

📋 copy color: '#828036'

red 130 ◦ green 128 ◦ blue 54

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

Shades of Trendy Green #828036

Tints of Trendy Green #828036

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 17.31%

R = 41.67%
G = 41.03%
B = 17.31%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.58

 K value IS 0.49

RGB Variations

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

Color information

#828036 (or 0x828036) is known color: Trendy Green. HEX triplet: 82, 80 and 36. RGB value is (130,128,54). Sum of RGB (Red+Green+Blue) = 130+128+54=312 (41% of max value = 765). Red value is 130 (51.17% from 255 or 41.67% from 312); Green value is 128 (50.39% from 255 or 41.03% from 312); Blue value is 54 (21.48% from 255 or 17.31% from 312); Max value from RGB is 130 - color contains mainly: red. Hex color #828036 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #828036 is #7D7FC9. Grayscale: #787878. Windows color (decimal): -8224714 or 3571842. OLE color: 3571842.

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

Color convert

RGB 130 128 54 -
CMYK 0 0.02 0.58 0.49
HSL 58.42º 0.41% 0.36% -
HSV(B) 58.42º 0.58% 0.51% -
XYZ 17.59 20.45 6.51 -
YUV 120.16 90.66 135.02 -
System Red Green Blue C M Y K H S L
Decimal 130 128 54 0 0.02 0.58 0.49 58.42 0.41 0.36
Hex 82 80 36 0 2 3A 31 3A 29 24
Octal 202 200 66 0 2 72 61 72 51 44
Binary 10000010 10000000 110110 0 10 111010 110001 111010 101001 100100

Color Harmonies of #828036

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #828036

Black with #828036

Text Example


Text Example

White with #828036

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #828036; }

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

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

background-color css

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

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

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

border-color css

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

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

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