#859143

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

Shades of Wasabi #859143

Tints of Wasabi #859143

Color information

#859143 (or 0x859143) is unknown color: approx Wasabi. HEX triplet: 85, 91 and 43. RGB value is (133,145,67). Sum of RGB (Red+Green+Blue) = 133+145+67=345 (45% of max value = 765). Red value is 133 (52.34% from 255 or 38.55% from 345); Green value is 145 (57.03% from 255 or 42.03% from 345); Blue value is 67 (26.56% from 255 or 19.42% from 345); Max value from RGB is 145 - color contains mainly: green. Hex color #859143 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #859143 is #7A6EBC. Grayscale: #848484. Windows color (decimal): -8023741 or 4428165. OLE color: 4428165.

HSL color Cylindrical-coordinate representation of color #859143: hue angle of 69.23º degrees, saturation: 0.37, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #859143 is Cyan = 0.08, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.43.

Color convert

RGB13314567-
CMYK0.0800.540.43
HSL69.23º36.79%41.57%-
HSV(B)69.23º53.79%56.86%-
XYZ20.8125.649.16-
YUV132.5291.02128.34-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 38.55%
GREEN value IS 145 (57.03% from 255) = 42.03%
BLUE value IS 67 (26.56% from 255) = 19.42%
R=38.55%
G=42.03%
B=19.42%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal133145670.0800.540.4369.2336.7941.57
Hex85914380362B45252a
Octal20522110310066531054552
Binary10000101100100011000011100001101101010111000101100101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #859143

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #859143; }

 p { color: rgb(133,145,67); }

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

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

 a { background-color: rgb(133,145,67); }

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

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

 span { border-color: rgb(133,145,67); }

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