#859740

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

Shades of Wasabi #859740

Tints of Wasabi #859740

Color information

#859740 (or 0x859740) is unknown color: approx Wasabi. HEX triplet: 85, 97 and 40. RGB value is (133,151,64). Sum of RGB (Red+Green+Blue) = 133+151+64=348 (46% of max value = 765). Red value is 133 (52.34% from 255 or 38.22% from 348); Green value is 151 (59.38% from 255 or 43.39% from 348); Blue value is 64 (25.39% from 255 or 18.39% from 348); Max value from RGB is 151 - color contains mainly: green. Hex color #859740 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #859740 is #7A68BF. Grayscale: #888888. Windows color (decimal): -8022208 or 4233093. OLE color: 4233093.

HSL color Cylindrical-coordinate representation of color #859740: hue angle of 72.41º degrees, saturation: 0.4, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #859740 is Cyan = 0.12, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.41.

Color convert

RGB13315164-
CMYK0.1200.580.41
HSL72.41º40.47%42.16%-
HSV(B)72.41º57.62%59.22%-
XYZ21.6627.499.01-
YUV135.787.54126.07-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 38.22%
GREEN value IS 151 (59.38% from 255) = 43.39%
BLUE value IS 64 (25.39% from 255) = 18.39%
R=38.22%
G=43.39%
B=18.39%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal133151640.1200.580.4172.4140.4742.16
Hex859740C03A2948282a
Octal20522710014072511105052
Binary10000101100101111000000110001110101010011001000101000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #859740

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #859740; }

 p { color: rgb(133,151,64); }

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

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

 a { background-color: rgb(133,151,64); }

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

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

 span { border-color: rgb(133,151,64); }

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