#828631

Color #828631 Trendy Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Trendy Green #828631

Tints of Trendy Green #828631

Color information

#828631 (or 0x828631) is unknown color: approx Trendy Green. HEX triplet: 82, 86 and 31. RGB value is (130,134,49). Sum of RGB (Red+Green+Blue) = 130+134+49=313 (41% of max value = 765). Red value is 130 (51.17% from 255 or 41.53% from 313); Green value is 134 (52.73% from 255 or 42.81% from 313); Blue value is 49 (19.53% from 255 or 15.65% from 313); Max value from RGB is 134 - color contains mainly: green. Hex color #828631 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #828631 is #7D79CE. Grayscale: #7B7B7B. Windows color (decimal): -8223183 or 3245698. OLE color: 3245698.

HSL color Cylindrical-coordinate representation of color #828631: hue angle of 62.82º degrees, saturation: 0.46, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #828631 is Cyan = 0.03, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.47.

Color convert

RGB13013449-
CMYK0.0300.630.47
HSL62.82º46.45%35.88%-
HSV(B)62.82º63.43%52.55%-
XYZ18.2922.026.19-
YUV123.1186.17132.91-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 41.53%
GREEN value IS 134 (52.73% from 255) = 42.81%
BLUE value IS 49 (19.53% from 255) = 15.65%
R=41.53%
G=42.81%
B=15.65%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal130134490.0300.630.4762.8246.4535.88
Hex828631303F2F3f2e24
Octal20220661307757775644
Binary1000001010000110110001110111111101111111111101110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #828631

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #828631; }

 p { color: rgb(130,134,49); }

 H1.HeaderClassName
 {
   color: #828631;
 }
 .AnyTagClassName
 {
   color: #828631;
 }
</style>
background-color css

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

 a { background-color: rgb(130,134,49); }

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

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

 span { border-color: rgb(130,134,49); }

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