#859353

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

Shades of Wasabi #859353

Tints of Wasabi #859353

Color information

#859353 (or 0x859353) is unknown color: approx Wasabi. HEX triplet: 85, 93 and 53. RGB value is (133,147,83). Sum of RGB (Red+Green+Blue) = 133+147+83=363 (48% of max value = 765). Red value is 133 (52.34% from 255 or 36.64% from 363); Green value is 147 (57.81% from 255 or 40.50% from 363); Blue value is 83 (32.81% from 255 or 22.87% from 363); Max value from RGB is 147 - color contains mainly: green. Hex color #859353 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #859353 is #7A6CAC. Grayscale: #878787. Windows color (decimal): -8023213 or 5477253. OLE color: 5477253.

HSL color Cylindrical-coordinate representation of color #859353: hue angle of 73.12º degrees, saturation: 0.28, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #859353 is Cyan = 0.10, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.42.

Color convert

RGB13314783-
CMYK0.1000.440.42
HSL73.12º27.83%45.1%-
HSV(B)73.12º43.54%57.65%-
XYZ21.6726.4812.15-
YUV135.5298.36126.2-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 36.64%
GREEN value IS 147 (57.81% from 255) = 40.50%
BLUE value IS 83 (32.81% from 255) = 22.87%
R=36.64%
G=40.50%
B=22.87%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal133147830.1000.440.4273.1227.8345.1
Hex859353A02C2A491c2d
Octal20522312312054521113455
Binary1000010110010011101001110100101100101010100100111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #859353

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #859353; }

 p { color: rgb(133,147,83); }

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

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

 a { background-color: rgb(133,147,83); }

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

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

 span { border-color: rgb(133,147,83); }

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