#857C1A

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

Shades of Trendy Green #857C1A

Tints of Trendy Green #857C1A

Color information

#857C1A (or 0x857C1A) is unknown color: approx Trendy Green. HEX triplet: 85, 7C and 1A. RGB value is (133,124,26). Sum of RGB (Red+Green+Blue) = 133+124+26=283 (37% of max value = 765). Red value is 133 (52.34% from 255 or 47.00% from 283); Green value is 124 (48.83% from 255 or 43.82% from 283); Blue value is 26 (10.55% from 255 or 9.19% from 283); Max value from RGB is 133 - color contains mainly: red. Hex color #857C1A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #857C1A is #7A83E5. Grayscale: #737373. Windows color (decimal): -8029158 or 1735813. OLE color: 1735813.

HSL color Cylindrical-coordinate representation of color #857C1A: hue angle of 54.95º degrees, saturation: 0.67, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #857C1A is Cyan = 0, Magento = 0.07, Yellow = 0.80 and Black (K on CMYK) = 0.48.

Color convert

RGB13312426-
CMYK00.070.800.48
HSL54.95º67.3%31.18%-
HSV(B)54.95º80.45%52.16%-
XYZ17.0719.483.84-
YUV115.5277.48140.47-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 47.00%
GREEN value IS 124 (48.83% from 255) = 43.82%
BLUE value IS 26 (10.55% from 255) = 9.19%
R=47.00%
G=43.82%
B=9.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.80
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331242600.070.800.4854.9567.331.18
Hex857C1A07503037431f
Octal2051743207120606710337
Binary1000010111111001101001111010000110000110111100001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #857C1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #857C1A; }

 p { color: rgb(133,124,26); }

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

<style>
 a { background-color: #857C1A; }

 a { background-color: rgb(133,124,26); }

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

<style>
 span { border-color: #857C1A; }

 span { border-color: rgb(133,124,26); }

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