#858B3F

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

Shades of Wasabi #858B3F

Tints of Wasabi #858B3F

Color information

#858B3F (or 0x858B3F) is unknown color: approx Wasabi. HEX triplet: 85, 8B and 3F. RGB value is (133,139,63). Sum of RGB (Red+Green+Blue) = 133+139+63=335 (44% of max value = 765). Red value is 133 (52.34% from 255 or 39.70% from 335); Green value is 139 (54.69% from 255 or 41.49% from 335); Blue value is 63 (25% from 255 or 18.81% from 335); Max value from RGB is 139 - color contains mainly: green. Hex color #858B3F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #858B3F is #7A74C0. Grayscale: #808080. Windows color (decimal): -8025281 or 4164485. OLE color: 4164485.

HSL color Cylindrical-coordinate representation of color #858B3F: hue angle of 64.74º degrees, saturation: 0.38, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #858B3F is Cyan = 0.04, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.45.

Color convert

RGB13313963-
CMYK0.0400.550.45
HSL64.74º37.62%39.61%-
HSV(B)64.74º54.68%54.51%-
XYZ19.823.818.25-
YUV128.5491.01131.18-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 39.70%
GREEN value IS 139 (54.69% from 255) = 41.49%
BLUE value IS 63 (25% from 255) = 18.81%
R=39.70%
G=41.49%
B=18.81%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal133139630.0400.550.4564.7437.6239.61
Hex858B3F40372D412628
Octal205213774067551014650
Binary100001011000101111111110001101111011011000001100110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #858B3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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