Html Css Color HEX #828335 Trendy Green

📋 copy color: '#828335'

red 130 ◦ green 131 ◦ blue 53

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

Shades of Trendy Green #828335

Tints of Trendy Green #828335

RGB

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

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

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

R = 41.4%
G = 41.72%
B = 16.88%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.60

 K value IS 0.49

RGB Variations

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

Color information

#828335 (or 0x828335) is known color: Trendy Green. HEX triplet: 82, 83 and 35. RGB value is (130,131,53). Sum of RGB (Red+Green+Blue) = 130+131+53=314 (41% of max value = 765). Red value is 130 (51.17% from 255 or 41.40% from 314); Green value is 131 (51.56% from 255 or 41.72% from 314); Blue value is 53 (21.09% from 255 or 16.88% from 314); Max value from RGB is 131 - color contains mainly: green. Hex color #828335 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #828335 is #7D7CCA. Grayscale: #7A7A7A. Windows color (decimal): -8223947 or 3507074. OLE color: 3507074.

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

Color convert

RGB 130 131 53 -
CMYK 0.01 0 0.60 0.49
HSL 60.77º 0.42% 0.36% -
HSV(B) 60.77º 0.6% 0.51% -
XYZ 17.96 21.24 6.52 -
YUV 121.81 89.17 133.84 -
System Red Green Blue C M Y K H S L
Decimal 130 131 53 0.01 0 0.60 0.49 60.77 0.42 0.36
Hex 82 83 35 1 0 3C 31 3D 2A 24
Octal 202 203 65 1 0 74 61 75 52 44
Binary 10000010 10000011 110101 1 0 111100 110001 111101 101010 100100

Color Harmonies of #828335

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #828335

Black with #828335

Text Example


Text Example

White with #828335

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #828335; }

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

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

background-color css

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

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

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

border-color css

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

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

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