Html Css Color HEX #828425 Trendy Green

📋 copy color: '#828425'

red 130 ◦ green 132 ◦ blue 37

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

Shades of Trendy Green #828425

Tints of Trendy Green #828425

RGB

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

 GREEN value IS 132 (51.95% from 255) = 44.15%

 BLUE value IS 37 (14.84% from 255) = 12.37%

R = 43.48%
G = 44.15%
B = 12.37%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.72

 K value IS 0.48

RGB Variations

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

Color information

#828425 (or 0x828425) is known color: Trendy Green. HEX triplet: 82, 84 and 25. RGB value is (130,132,37). Sum of RGB (Red+Green+Blue) = 130+132+37=299 (39% of max value = 765). Red value is 130 (51.17% from 255 or 43.48% from 299); Green value is 132 (51.95% from 255 or 44.15% from 299); Blue value is 37 (14.84% from 255 or 12.37% from 299); Max value from RGB is 132 - color contains mainly: green. Hex color #828425 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #828425 is #7D7BDA. Grayscale: #787878. Windows color (decimal): -8223707 or 2458754. OLE color: 2458754.

HSL color Cylindrical-coordinate representation of color #828425: hue angle of 61.26º degrees, saturation: 0.56, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #828425 is Cyan = 0.02, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.48.

Color convert

RGB 130 132 37 -
CMYK 0.02 0 0.72 0.48
HSL 61.26º 0.56% 0.33% -
HSV(B) 61.26º 0.72% 0.52% -
XYZ 17.79 21.38 4.94 -
YUV 120.57 80.84 134.72 -
System Red Green Blue C M Y K H S L
Decimal 130 132 37 0.02 0 0.72 0.48 61.26 0.56 0.33
Hex 82 84 25 2 0 48 30 3D 38 21
Octal 202 204 45 2 0 110 60 75 70 41
Binary 10000010 10000100 100101 10 0 1001000 110000 111101 111000 100001

Color Harmonies of #828425

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #828425

Black with #828425

Text Example


Text Example

White with #828425

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #828425; }

 p { color: rgb(130,132,37); }

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

background-color css

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

 a { background-color: rgb(130,132,37); }

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

border-color css

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

 span { border-color: rgb(130,132,37); }

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