Html Css Color HEX #828135 Trendy Green

📋 copy color: '#828135'

red 130 ◦ green 129 ◦ blue 53

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

Shades of Trendy Green #828135

Tints of Trendy Green #828135

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 16.99%

R = 41.67%
G = 41.35%
B = 16.99%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.59

 K value IS 0.49

RGB Variations

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

Color information

#828135 (or 0x828135) is known color: Trendy Green. HEX triplet: 82, 81 and 35. RGB value is (130,129,53). Sum of RGB (Red+Green+Blue) = 130+129+53=312 (41% of max value = 765). Red value is 130 (51.17% from 255 or 41.67% from 312); Green value is 129 (50.78% from 255 or 41.35% from 312); Blue value is 53 (21.09% from 255 or 16.99% from 312); Max value from RGB is 130 - color contains mainly: red. Hex color #828135 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #828135 is #7D7ECA. Grayscale: #787878. Windows color (decimal): -8224459 or 3506562. OLE color: 3506562.

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

Color convert

RGB 130 129 53 -
CMYK 0 0.01 0.59 0.49
HSL 59.22º 0.42% 0.36% -
HSV(B) 59.22º 0.59% 0.51% -
XYZ 17.7 20.7 6.43 -
YUV 120.64 89.83 134.68 -
System Red Green Blue C M Y K H S L
Decimal 130 129 53 0 0.01 0.59 0.49 59.22 0.42 0.36
Hex 82 81 35 0 1 3B 31 3B 2A 24
Octal 202 201 65 0 1 73 61 73 52 44
Binary 10000010 10000001 110101 0 1 111011 110001 111011 101010 100100

Color Harmonies of #828135

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #828135

Black with #828135

Text Example


Text Example

White with #828135

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #828135; }

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

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

background-color css

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

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

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

border-color css

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

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

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