#859050

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

Shades of Wasabi #859050

Tints of Wasabi #859050

Color information

#859050 (or 0x859050) is unknown color: approx Wasabi. HEX triplet: 85, 90 and 50. RGB value is (133,144,80). Sum of RGB (Red+Green+Blue) = 133+144+80=357 (47% of max value = 765). Red value is 133 (52.34% from 255 or 37.25% from 357); Green value is 144 (56.64% from 255 or 40.34% from 357); Blue value is 80 (31.64% from 255 or 22.41% from 357); Max value from RGB is 144 - color contains mainly: green. Hex color #859050 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #859050 is #7A6FAF. Grayscale: #858585. Windows color (decimal): -8023984 or 5279877. OLE color: 5279877.

HSL color Cylindrical-coordinate representation of color #859050: hue angle of 70.31º degrees, saturation: 0.29, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #859050 is Cyan = 0.08, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.44.

Color convert

RGB13314480-
CMYK0.0800.440.44
HSL70.31º28.57%43.92%-
HSV(B)70.31º44.44%56.47%-
XYZ21.0925.5111.4-
YUV133.4297.86127.7-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 37.25%
GREEN value IS 144 (56.64% from 255) = 40.34%
BLUE value IS 80 (31.64% from 255) = 22.41%
R=37.25%
G=40.34%
B=22.41%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal133144800.0800.440.4470.3128.5743.92
Hex859050802C2C461d2c
Octal20522012010054541063554
Binary1000010110010000101000010000101100101100100011011101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #859050

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #859050; }

 p { color: rgb(133,144,80); }

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

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

 a { background-color: rgb(133,144,80); }

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

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

 span { border-color: rgb(133,144,80); }

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