#859035

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

Shades of Wasabi #859035

Tints of Wasabi #859035

Color information

#859035 (or 0x859035) is unknown color: approx Wasabi. HEX triplet: 85, 90 and 35. RGB value is (133,144,53). Sum of RGB (Red+Green+Blue) = 133+144+53=330 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.30% from 330); Green value is 144 (56.64% from 255 or 43.64% from 330); Blue value is 53 (21.09% from 255 or 16.06% from 330); Max value from RGB is 144 - color contains mainly: green. Hex color #859035 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #859035 is #7A6FCA. Grayscale: #828282. Windows color (decimal): -8024011 or 3510405. OLE color: 3510405.

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

Color convert

RGB13314453-
CMYK0.0800.630.44
HSL67.25º46.19%38.63%-
HSV(B)67.25º63.19%56.47%-
XYZ20.2925.197.16-
YUV130.3484.36129.9-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 40.30%
GREEN value IS 144 (56.64% from 255) = 43.64%
BLUE value IS 53 (21.09% from 255) = 16.06%
R=40.30%
G=43.64%
B=16.06%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal133144530.0800.630.4467.2546.1938.63
Hex859035803F2C432e27
Octal2052206510077541035647
Binary1000010110010000110101100001111111011001000011101110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #859035

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #859035; }

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

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

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

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

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

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

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

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