#859935

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

Shades of Wasabi #859935

Tints of Wasabi #859935

Color information

#859935 (or 0x859935) is unknown color: approx Wasabi. HEX triplet: 85, 99 and 35. RGB value is (133,153,53). Sum of RGB (Red+Green+Blue) = 133+153+53=339 (44% of max value = 765). Red value is 133 (52.34% from 255 or 39.23% from 339); Green value is 153 (60.16% from 255 or 45.13% from 339); Blue value is 53 (21.09% from 255 or 15.63% from 339); Max value from RGB is 153 - color contains mainly: green. Hex color #859935 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #859935 is #7A66CA. Grayscale: #888888. Windows color (decimal): -8021707 or 3512709. OLE color: 3512709.

HSL color Cylindrical-coordinate representation of color #859935: hue angle of 72º degrees, saturation: 0.49, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #859935 is Cyan = 0.13, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.4.

Color convert

RGB13315353-
CMYK0.1300.650.4
HSL72º48.54%40.39%-
HSV(B)72º65.36%60%-
XYZ21.7128.037.63-
YUV135.6281.37126.13-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 39.23%
GREEN value IS 153 (60.16% from 255) = 45.13%
BLUE value IS 53 (21.09% from 255) = 15.63%
R=39.23%
G=45.13%
B=15.63%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal133153530.1300.650.47248.5440.39
Hex859935D04128483128
Octal20523165150101501106150
Binary10000101100110011101011101010000011010001001000110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #859935

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #859935; }

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

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

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

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

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

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

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

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