Html Css Color HEX #828413 Trendy Green

📋 copy color: '#828413'

red 130 ◦ green 132 ◦ blue 19

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

Shades of Trendy Green #828413

Tints of Trendy Green #828413

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 6.76%

R = 46.26%
G = 46.98%
B = 6.76%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.86

 K value IS 0.48

RGB Variations

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

Color information

#828413 (or 0x828413) is known color: Trendy Green. HEX triplet: 82, 84 and 13. RGB value is (130,132,19). Sum of RGB (Red+Green+Blue) = 130+132+19=281 (37% of max value = 765). Red value is 130 (51.17% from 255 or 46.26% from 281); Green value is 132 (51.95% from 255 or 46.98% from 281); Blue value is 19 (7.81% from 255 or 6.76% from 281); Max value from RGB is 132 - color contains mainly: green. Hex color #828413 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #828413 is #7D7BEC. Grayscale: #767676. Windows color (decimal): -8223725 or 1279106. OLE color: 1279106.

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

Color convert

RGB 130 132 19 -
CMYK 0.02 0 0.86 0.48
HSL 61.06º 0.75% 0.3% -
HSV(B) 61.06º 0.86% 0.52% -
XYZ 17.57 21.3 3.8 -
YUV 118.52 71.84 136.19 -
System Red Green Blue C M Y K H S L
Decimal 130 132 19 0.02 0 0.86 0.48 61.06 0.75 0.3
Hex 82 84 13 2 0 56 30 3D 4B 1E
Octal 202 204 23 2 0 126 60 75 113 36
Binary 10000010 10000100 10011 10 0 1010110 110000 111101 1001011 11110

Color Harmonies of #828413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #828413

Black with #828413

Text Example


Text Example

White with #828413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #828413; }

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

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

background-color css

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

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

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

border-color css

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

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

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