#858D20

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

Shades of Trendy Green #858D20

Tints of Trendy Green #858D20

Color information

#858D20 (or 0x858D20) is unknown color: approx Trendy Green. HEX triplet: 85, 8D and 20. RGB value is (133,141,32). Sum of RGB (Red+Green+Blue) = 133+141+32=306 (40% of max value = 765). Red value is 133 (52.34% from 255 or 43.46% from 306); Green value is 141 (55.47% from 255 or 46.08% from 306); Blue value is 32 (12.89% from 255 or 10.46% from 306); Max value from RGB is 141 - color contains mainly: green. Hex color #858D20 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #858D20 is #7A72DF. Grayscale: #7E7E7E. Windows color (decimal): -8024800 or 2133381. OLE color: 2133381.

HSL color Cylindrical-coordinate representation of color #858D20: hue angle of 64.4º degrees, saturation: 0.63, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #858D20 is Cyan = 0.06, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.45.

Color convert

RGB13314132-
CMYK0.0600.770.45
HSL64.4º63.01%33.92%-
HSV(B)64.4º77.3%55.29%-
XYZ19.4624.145-
YUV126.1874.85132.86-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 43.46%
GREEN value IS 141 (55.47% from 255) = 46.08%
BLUE value IS 32 (12.89% from 255) = 10.46%
R=43.46%
G=46.08%
B=10.46%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal133141320.0600.770.4564.463.0133.92
Hex858D20604D2D403f22
Octal2052154060115551007742
Binary1000010110001101100000110010011011011011000000111111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #858D20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #858D20; }

 p { color: rgb(133,141,32); }

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

<style>
 a { background-color: #858D20; }

 a { background-color: rgb(133,141,32); }

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

<style>
 span { border-color: #858D20; }

 span { border-color: rgb(133,141,32); }

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