Html Css Color HEX #828325 Trendy Green

📋 copy color: '#828325'

red 130 ◦ green 131 ◦ blue 37

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

Shades of Trendy Green #828325

Tints of Trendy Green #828325

RGB

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

 GREEN value IS 131 (51.56% from 255) = 43.96%

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

R = 43.62%
G = 43.96%
B = 12.42%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.72

 K value IS 0.49

RGB Variations

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

Color information

#828325 (or 0x828325) is known color: Trendy Green. HEX triplet: 82, 83 and 25. RGB value is (130,131,37). Sum of RGB (Red+Green+Blue) = 130+131+37=298 (39% of max value = 765). Red value is 130 (51.17% from 255 or 43.62% from 298); Green value is 131 (51.56% from 255 or 43.96% from 298); Blue value is 37 (14.84% from 255 or 12.42% from 298); Max value from RGB is 131 - color contains mainly: green. Hex color #828325 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #828325 is #7D7CDA. Grayscale: #787878. Windows color (decimal): -8223963 or 2458498. OLE color: 2458498.

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

Color convert

RGB 130 131 37 -
CMYK 0.01 0 0.72 0.49
HSL 60.64º 0.56% 0.33% -
HSV(B) 60.64º 0.72% 0.51% -
XYZ 17.66 21.11 4.89 -
YUV 119.99 81.17 135.14 -
System Red Green Blue C M Y K H S L
Decimal 130 131 37 0.01 0 0.72 0.49 60.64 0.56 0.33
Hex 82 83 25 1 0 48 31 3D 38 21
Octal 202 203 45 1 0 110 61 75 70 41
Binary 10000010 10000011 100101 1 0 1001000 110001 111101 111000 100001

Color Harmonies of #828325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #828325

Black with #828325

Text Example


Text Example

White with #828325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #828325; }

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

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

background-color css

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

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

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

border-color css

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

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

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