#827E15

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

Shades of Trendy Green #827E15

Tints of Trendy Green #827E15

Color information

#827E15 (or 0x827E15) is unknown color: approx Trendy Green. HEX triplet: 82, 7E and 15. RGB value is (130,126,21). Sum of RGB (Red+Green+Blue) = 130+126+21=277 (36% of max value = 765). Red value is 130 (51.17% from 255 or 46.93% from 277); Green value is 126 (49.61% from 255 or 45.49% from 277); Blue value is 21 (8.59% from 255 or 7.58% from 277); Max value from RGB is 130 - color contains mainly: red. Hex color #827E15 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #827E15 is #7D81EA. Grayscale: #737373. Windows color (decimal): -8225259 or 1408642. OLE color: 1408642.

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

Color convert

RGB13012621-
CMYK00.030.840.49
HSL57.8º72.19%29.61%-
HSV(B)57.8º83.85%50.98%-
XYZ16.819.723.63-
YUV115.2374.83138.54-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 46.93%
GREEN value IS 126 (49.61% from 255) = 45.49%
BLUE value IS 21 (8.59% from 255) = 7.58%
R=46.93%
G=45.49%
B=7.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.84
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1301262100.030.840.4957.872.1929.61
Hex827E150354313a481e
Octal2021762503124617211036
Binary100000101111110101010111010100110001111010100100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #827E15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,126,21); }

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

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

 a { background-color: rgb(130,126,21); }

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

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

 span { border-color: rgb(130,126,21); }

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