Html Css Color HEX #828124 Trendy Green

📋 copy color: '#828124'

red 130 ◦ green 129 ◦ blue 36

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

Shades of Trendy Green #828124

Tints of Trendy Green #828124

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 12.2%

R = 44.07%
G = 43.73%
B = 12.2%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.72

 K value IS 0.49

RGB Variations

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

Color information

#828124 (or 0x828124) is known color: Trendy Green. HEX triplet: 82, 81 and 24. RGB value is (130,129,36). Sum of RGB (Red+Green+Blue) = 130+129+36=295 (39% of max value = 765). Red value is 130 (51.17% from 255 or 44.07% from 295); Green value is 129 (50.78% from 255 or 43.73% from 295); Blue value is 36 (14.45% from 255 or 12.20% from 295); Max value from RGB is 130 - color contains mainly: red. Hex color #828124 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #828124 is #7D7EDB. Grayscale: #777777. Windows color (decimal): -8224476 or 2392450. OLE color: 2392450.

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

Color convert

RGB 130 129 36 -
CMYK 0 0.01 0.72 0.49
HSL 59.36º 0.57% 0.33% -
HSV(B) 59.36º 0.72% 0.51% -
XYZ 17.37 20.57 4.72 -
YUV 118.7 81.33 136.06 -
System Red Green Blue C M Y K H S L
Decimal 130 129 36 0 0.01 0.72 0.49 59.36 0.57 0.33
Hex 82 81 24 0 1 48 31 3B 39 21
Octal 202 201 44 0 1 110 61 73 71 41
Binary 10000010 10000001 100100 0 1 1001000 110001 111011 111001 100001

Color Harmonies of #828124

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #828124

Black with #828124

Text Example


Text Example

White with #828124

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #828124; }

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

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

background-color css

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

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

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

border-color css

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

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

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