#859051

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

Shades of Wasabi #859051

Tints of Wasabi #859051

Color information

#859051 (or 0x859051) is unknown color: approx Wasabi. HEX triplet: 85, 90 and 51. RGB value is (133,144,81). Sum of RGB (Red+Green+Blue) = 133+144+81=358 (47% of max value = 765). Red value is 133 (52.34% from 255 or 37.15% from 358); Green value is 144 (56.64% from 255 or 40.22% from 358); Blue value is 81 (32.03% from 255 or 22.63% from 358); Max value from RGB is 144 - color contains mainly: green. Hex color #859051 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #859051 is #7A6FAE. Grayscale: #858585. Windows color (decimal): -8023983 or 5345413. OLE color: 5345413.

HSL color Cylindrical-coordinate representation of color #859051: hue angle of 70.48º degrees, saturation: 0.28, 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 #859051 is Cyan = 0.08, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.44.

Color convert

RGB13314481-
CMYK0.0800.440.44
HSL70.48º28%44.12%-
HSV(B)70.48º43.75%56.47%-
XYZ21.1325.5311.6-
YUV133.5398.36127.62-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 37.15%
GREEN value IS 144 (56.64% from 255) = 40.22%
BLUE value IS 81 (32.03% from 255) = 22.63%
R=37.15%
G=40.22%
B=22.63%

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
Decimal133144810.0800.440.4470.482844.12
Hex859051802C2C461c2c
Octal20522012110054541063454
Binary1000010110010000101000110000101100101100100011011100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #859051

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #859051; }

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

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

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

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

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

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

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

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