#828618

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

Shades of Trendy Green #828618

Tints of Trendy Green #828618

Color information

#828618 (or 0x828618) is unknown color: approx Trendy Green. HEX triplet: 82, 86 and 18. RGB value is (130,134,24). Sum of RGB (Red+Green+Blue) = 130+134+24=288 (38% of max value = 765). Red value is 130 (51.17% from 255 or 45.14% from 288); Green value is 134 (52.73% from 255 or 46.53% from 288); Blue value is 24 (9.77% from 255 or 8.33% from 288); Max value from RGB is 134 - color contains mainly: green. Hex color #828618 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #828618 is #7D79E7. Grayscale: #787878. Windows color (decimal): -8223208 or 1607298. OLE color: 1607298.

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

Color convert

RGB13013424-
CMYK0.0300.820.47
HSL62.18º69.62%30.98%-
HSV(B)62.18º82.09%52.55%-
XYZ17.921.864.14-
YUV120.2673.67134.94-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 45.14%
GREEN value IS 134 (52.73% from 255) = 46.53%
BLUE value IS 24 (9.77% from 255) = 8.33%
R=45.14%
G=46.53%
B=8.33%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal130134240.0300.820.4762.1869.6230.98
Hex82861830522F3e461f
Octal2022063030122577610637
Binary1000001010000110110001101010010101111111110100011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #828618

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #828618; }

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

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

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

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

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

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

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

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