#858E3F

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

Shades of Wasabi #858E3F

Tints of Wasabi #858E3F

Color information

#858E3F (or 0x858E3F) is unknown color: approx Wasabi. HEX triplet: 85, 8E and 3F. RGB value is (133,142,63). Sum of RGB (Red+Green+Blue) = 133+142+63=338 (44% of max value = 765). Red value is 133 (52.34% from 255 or 39.35% from 338); Green value is 142 (55.86% from 255 or 42.01% from 338); Blue value is 63 (25% from 255 or 18.64% from 338); Max value from RGB is 142 - color contains mainly: green. Hex color #858E3F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #858E3F is #7A71C0. Grayscale: #828282. Windows color (decimal): -8024513 or 4165253. OLE color: 4165253.

HSL color Cylindrical-coordinate representation of color #858E3F: hue angle of 66.84º degrees, saturation: 0.39, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #858E3F is Cyan = 0.06, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.44.

Color convert

RGB13314263-
CMYK0.0600.560.44
HSL66.84º38.54%40.2%-
HSV(B)66.84º55.63%55.69%-
XYZ20.2424.698.4-
YUV130.390.02129.92-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 39.35%
GREEN value IS 142 (55.86% from 255) = 42.01%
BLUE value IS 63 (25% from 255) = 18.64%
R=39.35%
G=42.01%
B=18.64%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal133142630.0600.560.4466.8438.5440.2
Hex858E3F60382C432728
Octal205216776070541034750
Binary100001011000111011111111001110001011001000011100111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #858E3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,142,63); }

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

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

 a { background-color: rgb(133,142,63); }

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

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

 span { border-color: rgb(133,142,63); }

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