#859B3D

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

Shades of Wasabi #859B3D

Tints of Wasabi #859B3D

Color information

#859B3D (or 0x859B3D) is unknown color: approx Wasabi. HEX triplet: 85, 9B and 3D. RGB value is (133,155,61). Sum of RGB (Red+Green+Blue) = 133+155+61=349 (46% of max value = 765). Red value is 133 (52.34% from 255 or 38.11% from 349); Green value is 155 (60.94% from 255 or 44.41% from 349); Blue value is 61 (24.22% from 255 or 17.48% from 349); Max value from RGB is 155 - color contains mainly: green. Hex color #859B3D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #859B3D is #7A64C2. Grayscale: #8A8A8A. Windows color (decimal): -8021187 or 4037509. OLE color: 4037509.

HSL color Cylindrical-coordinate representation of color #859B3D: hue angle of 74.04º degrees, saturation: 0.44, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #859B3D is Cyan = 0.14, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.39.

Color convert

RGB13315561-
CMYK0.1400.610.39
HSL74.04º43.52%42.35%-
HSV(B)74.04º60.65%60.78%-
XYZ22.2428.778.8-
YUV137.7184.71124.64-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 38.11%
GREEN value IS 155 (60.94% from 255) = 44.41%
BLUE value IS 61 (24.22% from 255) = 17.48%
R=38.11%
G=44.41%
B=17.48%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal133155610.1400.610.3974.0443.5242.35
Hex859B3DE03D274a2c2a
Octal2052337516075471125452
Binary1000010110011011111101111001111011001111001010101100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #859B3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #859B3D; }

 p { color: rgb(133,155,61); }

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

<style>
 a { background-color: #859B3D; }

 a { background-color: rgb(133,155,61); }

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

<style>
 span { border-color: #859B3D; }

 span { border-color: rgb(133,155,61); }

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