Html Css Color HEX #828136 Trendy Green

📋 copy color: '#828136'

red 130 ◦ green 129 ◦ blue 54

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

Shades of Trendy Green #828136

Tints of Trendy Green #828136

RGB

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

 GREEN value IS 129 (50.78% from 255) = 41.21%

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

R = 41.53%
G = 41.21%
B = 17.25%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.58

 K value IS 0.49

RGB Variations

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

Color information

#828136 (or 0x828136) is known color: Trendy Green. HEX triplet: 82, 81 and 36. RGB value is (130,129,54). Sum of RGB (Red+Green+Blue) = 130+129+54=313 (41% of max value = 765). Red value is 130 (51.17% from 255 or 41.53% from 313); Green value is 129 (50.78% from 255 or 41.21% from 313); Blue value is 54 (21.48% from 255 or 17.25% from 313); Max value from RGB is 130 - color contains mainly: red. Hex color #828136 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #828136 is #7D7EC9. Grayscale: #797979. Windows color (decimal): -8224458 or 3572098. OLE color: 3572098.

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

Color convert

RGB 130 129 54 -
CMYK 0 0.01 0.58 0.49
HSL 59.21º 0.41% 0.36% -
HSV(B) 59.21º 0.58% 0.51% -
XYZ 17.72 20.71 6.55 -
YUV 120.75 90.33 134.6 -
System Red Green Blue C M Y K H S L
Decimal 130 129 54 0 0.01 0.58 0.49 59.21 0.41 0.36
Hex 82 81 36 0 1 3A 31 3B 29 24
Octal 202 201 66 0 1 72 61 73 51 44
Binary 10000010 10000001 110110 0 1 111010 110001 111011 101001 100100

Color Harmonies of #828136

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #828136

Black with #828136

Text Example


Text Example

White with #828136

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #828136; }

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

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

background-color css

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

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

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

border-color css

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

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

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