#859635

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

Shades of Wasabi #859635

Tints of Wasabi #859635

Color information

#859635 (or 0x859635) is unknown color: approx Wasabi. HEX triplet: 85, 96 and 35. RGB value is (133,150,53). Sum of RGB (Red+Green+Blue) = 133+150+53=336 (44% of max value = 765). Red value is 133 (52.34% from 255 or 39.58% from 336); Green value is 150 (58.98% from 255 or 44.64% from 336); Blue value is 53 (21.09% from 255 or 15.77% from 336); Max value from RGB is 150 - color contains mainly: green. Hex color #859635 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #859635 is #7A69CA. Grayscale: #868686. Windows color (decimal): -8022475 or 3511941. OLE color: 3511941.

HSL color Cylindrical-coordinate representation of color #859635: hue angle of 70.52º degrees, saturation: 0.48, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #859635 is Cyan = 0.11, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.41.

Color convert

RGB13315053-
CMYK0.1100.650.41
HSL70.52º47.78%39.8%-
HSV(B)70.52º64.67%58.82%-
XYZ21.2227.067.47-
YUV133.8682.37127.39-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 39.58%
GREEN value IS 150 (58.98% from 255) = 44.64%
BLUE value IS 53 (21.09% from 255) = 15.77%
R=39.58%
G=44.64%
B=15.77%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal133150530.1100.650.4170.5247.7839.8
Hex859635B04129473028
Octal20522665130101511076050
Binary10000101100101101101011011010000011010011000111110000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #859635

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #859635; }

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

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

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

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

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

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

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

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