#827C19

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

Shades of Trendy Green #827C19

Tints of Trendy Green #827C19

Color information

#827C19 (or 0x827C19) is unknown color: approx Trendy Green. HEX triplet: 82, 7C and 19. RGB value is (130,124,25). Sum of RGB (Red+Green+Blue) = 130+124+25=279 (36% of max value = 765). Red value is 130 (51.17% from 255 or 46.59% from 279); Green value is 124 (48.83% from 255 or 44.44% from 279); Blue value is 25 (10.16% from 255 or 8.96% from 279); Max value from RGB is 130 - color contains mainly: red. Hex color #827C19 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #827C19 is #7D83E6. Grayscale: #727272. Windows color (decimal): -8225767 or 1670274. OLE color: 1670274.

HSL color Cylindrical-coordinate representation of color #827C19: hue angle of 56.57º 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 #827C19 is Cyan = 0, Magento = 0.05, Yellow = 0.81 and Black (K on CMYK) = 0.49.

Color convert

RGB13012425-
CMYK00.050.810.49
HSL56.57º67.74%30.39%-
HSV(B)56.57º80.77%50.98%-
XYZ16.5919.233.76-
YUV114.5177.49139.05-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 46.59%
GREEN value IS 124 (48.83% from 255) = 44.44%
BLUE value IS 25 (10.16% from 255) = 8.96%
R=46.59%
G=44.44%
B=8.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.81
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1301242500.050.810.4956.5767.7430.39
Hex827C1905513139441e
Octal2021743105121617110436
Binary1000001011111001100101011010001110001111001100010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #827C19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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