#859835

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

Shades of Wasabi #859835

Tints of Wasabi #859835

Color information

#859835 (or 0x859835) is unknown color: approx Wasabi. HEX triplet: 85, 98 and 35. RGB value is (133,152,53). Sum of RGB (Red+Green+Blue) = 133+152+53=338 (44% of max value = 765). Red value is 133 (52.34% from 255 or 39.35% from 338); Green value is 152 (59.77% from 255 or 44.97% from 338); Blue value is 53 (21.09% from 255 or 15.68% from 338); Max value from RGB is 152 - color contains mainly: green. Hex color #859835 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #859835 is #7A67CA. Grayscale: #878787. Windows color (decimal): -8021963 or 3512453. OLE color: 3512453.

HSL color Cylindrical-coordinate representation of color #859835: hue angle of 71.52º degrees, saturation: 0.48, 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 #859835 is Cyan = 0.13, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.40.

Color convert

RGB13315253-
CMYK0.1300.650.40
HSL71.52º48.29%40.2%-
HSV(B)71.52º65.13%59.61%-
XYZ21.5427.77.58-
YUV135.0381.71126.55-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 39.35%
GREEN value IS 152 (59.77% from 255) = 44.97%
BLUE value IS 53 (21.09% from 255) = 15.68%
R=39.35%
G=44.97%
B=15.68%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal133152530.1300.650.4071.5248.2940.2
Hex859835D04128483028
Octal20523065150101501106050
Binary10000101100110001101011101010000011010001001000110000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #859835

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #859835; }

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

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

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

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

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

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

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

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