#857E1A

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

Shades of Trendy Green #857E1A

Tints of Trendy Green #857E1A

Color information

#857E1A (or 0x857E1A) is unknown color: approx Trendy Green. HEX triplet: 85, 7E and 1A. RGB value is (133,126,26). Sum of RGB (Red+Green+Blue) = 133+126+26=285 (37% of max value = 765). Red value is 133 (52.34% from 255 or 46.67% from 285); Green value is 126 (49.61% from 255 or 44.21% from 285); Blue value is 26 (10.55% from 255 or 9.12% from 285); Max value from RGB is 133 - color contains mainly: red. Hex color #857E1A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #857E1A is #7A81E5. Grayscale: #757575. Windows color (decimal): -8028646 or 1736325. OLE color: 1736325.

HSL color Cylindrical-coordinate representation of color #857E1A: hue angle of 56.07º 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 #857E1A is Cyan = 0, Magento = 0.05, Yellow = 0.80 and Black (K on CMYK) = 0.48.

Color convert

RGB13312626-
CMYK00.050.800.48
HSL56.07º67.3%31.18%-
HSV(B)56.07º80.45%52.16%-
XYZ17.3219.983.92-
YUV116.6976.82139.63-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 46.67%
GREEN value IS 126 (49.61% from 255) = 44.21%
BLUE value IS 26 (10.55% from 255) = 9.12%
R=46.67%
G=44.21%
B=9.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.80
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331262600.050.800.4856.0767.331.18
Hex857E1A05503038431f
Octal2051763205120607010337
Binary1000010111111101101001011010000110000111000100001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #857E1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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