#827A19

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

Shades of Trendy Green #827A19

Tints of Trendy Green #827A19

Color information

#827A19 (or 0x827A19) is unknown color: approx Trendy Green. HEX triplet: 82, 7A and 19. RGB value is (130,122,25). Sum of RGB (Red+Green+Blue) = 130+122+25=277 (36% of max value = 765). Red value is 130 (51.17% from 255 or 46.93% from 277); Green value is 122 (48.05% from 255 or 44.04% from 277); Blue value is 25 (10.16% from 255 or 9.03% from 277); Max value from RGB is 130 - color contains mainly: red. Hex color #827A19 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #827A19 is #7D85E6. Grayscale: #717171. Windows color (decimal): -8226279 or 1669762. OLE color: 1669762.

HSL color Cylindrical-coordinate representation of color #827A19: hue angle of 55.43º degrees, saturation: 0.68, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #827A19 is Cyan = 0, Magento = 0.06, Yellow = 0.81 and Black (K on CMYK) = 0.49.

Color convert

RGB13012225-
CMYK00.060.810.49
HSL55.43º67.74%30.39%-
HSV(B)55.43º80.77%50.98%-
XYZ16.3418.743.67-
YUV113.3378.15139.89-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 46.93%
GREEN value IS 122 (48.05% from 255) = 44.04%
BLUE value IS 25 (10.16% from 255) = 9.03%
R=46.93%
G=44.04%
B=9.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.81
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1301222500.060.810.4955.4367.7430.39
Hex827A1906513137441e
Octal2021723106121616710436
Binary1000001011110101100101101010001110001110111100010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #827A19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #827A19; }

 p { color: rgb(130,122,25); }

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

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

 a { background-color: rgb(130,122,25); }

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

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

 span { border-color: rgb(130,122,25); }

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