#858d26

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

Shades of Trendy Green #858D26

Tints of Trendy Green #858D26

Color information

#858D26 (or 0x858D26) is unknown color: approx Trendy Green. HEX triplet: 85, 8D and 26. RGB value is (133,141,38). Sum of RGB (Red+Green+Blue) = 133+141+38=312 (41% of max value = 765). Red value is 133 (52.34% from 255 or 42.63% from 312); Green value is 141 (55.47% from 255 or 45.19% from 312); Blue value is 38 (15.23% from 255 or 12.18% from 312); Max value from RGB is 141 - color contains mainly: green. Hex color #858D26 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #858D26 is #7A72D9. Grayscale: #7F7F7F. Windows color (decimal): -8024794 or 2526597. OLE color: 2526597.

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

Color convert

RGB13314138-
CMYK0.0600.730.45
HSL64.66º57.54%35.1%-
HSV(B)64.66º73.05%55.29%-
XYZ19.5524.185.47-
YUV126.8777.85132.38-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 42.63%
GREEN value IS 141 (55.47% from 255) = 45.19%
BLUE value IS 38 (15.23% from 255) = 12.18%
R=42.63%
G=45.19%
B=12.18%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal133141380.0600.730.4564.6657.5435.1
Hex858D2660492D413a23
Octal2052154660111551017243
Binary1000010110001101100110110010010011011011000001111010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #858d26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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