#827C23

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

Shades of Trendy Green #827C23

Tints of Trendy Green #827C23

Color information

#827C23 (or 0x827C23) is unknown color: approx Trendy Green. HEX triplet: 82, 7C and 23. RGB value is (130,124,35). Sum of RGB (Red+Green+Blue) = 130+124+35=289 (38% of max value = 765). Red value is 130 (51.17% from 255 or 44.98% from 289); Green value is 124 (48.83% from 255 or 42.91% from 289); Blue value is 35 (14.06% from 255 or 12.11% from 289); Max value from RGB is 130 - color contains mainly: red. Hex color #827C23 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #827C23 is #7D83DC. Grayscale: #747474. Windows color (decimal): -8225757 or 2325634. OLE color: 2325634.

HSL color Cylindrical-coordinate representation of color #827C23: hue angle of 56.21º degrees, saturation: 0.58, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #827C23 is Cyan = 0, Magento = 0.05, Yellow = 0.73 and Black (K on CMYK) = 0.49.

Color convert

RGB13012435-
CMYK00.050.730.49
HSL56.21º57.58%32.35%-
HSV(B)56.21º73.08%50.98%-
XYZ16.7219.284.43-
YUV115.6582.49138.24-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 44.98%
GREEN value IS 124 (48.83% from 255) = 42.91%
BLUE value IS 35 (14.06% from 255) = 12.11%
R=44.98%
G=42.91%
B=12.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.73
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1301243500.050.730.4956.2157.5832.35
Hex827C23054931383a20
Octal202174430511161707240
Binary10000010111110010001101011001001110001111000111010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #827C23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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