#827D24

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

Shades of Trendy Green #827D24

Tints of Trendy Green #827D24

Color information

#827D24 (or 0x827D24) is unknown color: approx Trendy Green. HEX triplet: 82, 7D and 24. RGB value is (130,125,36). Sum of RGB (Red+Green+Blue) = 130+125+36=291 (38% of max value = 765). Red value is 130 (51.17% from 255 or 44.67% from 291); Green value is 125 (49.22% from 255 or 42.96% from 291); Blue value is 36 (14.45% from 255 or 12.37% from 291); Max value from RGB is 130 - color contains mainly: red. Hex color #827D24 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #827D24 is #7D82DB. Grayscale: #747474. Windows color (decimal): -8225500 or 2391426. OLE color: 2391426.

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

Color convert

RGB13012536-
CMYK00.040.720.49
HSL56.81º56.63%32.55%-
HSV(B)56.81º72.31%50.98%-
XYZ16.8619.544.55-
YUV116.3582.66137.74-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 44.67%
GREEN value IS 125 (49.22% from 255) = 42.96%
BLUE value IS 36 (14.45% from 255) = 12.37%
R=44.67%
G=42.96%
B=12.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.72
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1301253600.040.720.4956.8156.6332.55
Hex827D24044831393921
Octal202175440411061717141
Binary10000010111110110010001001001000110001111001111001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #827D24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,125,36); }

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

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

 a { background-color: rgb(130,125,36); }

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

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

 span { border-color: rgb(130,125,36); }

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