#859741

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

Shades of Wasabi #859741

Tints of Wasabi #859741

Color information

#859741 (or 0x859741) is unknown color: approx Wasabi. HEX triplet: 85, 97 and 41. RGB value is (133,151,65). Sum of RGB (Red+Green+Blue) = 133+151+65=349 (46% of max value = 765). Red value is 133 (52.34% from 255 or 38.11% from 349); Green value is 151 (59.38% from 255 or 43.27% from 349); Blue value is 65 (25.78% from 255 or 18.62% from 349); Max value from RGB is 151 - color contains mainly: green. Hex color #859741 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #859741 is #7A68BE. Grayscale: #888888. Windows color (decimal): -8022207 or 4298629. OLE color: 4298629.

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

Color convert

RGB13315165-
CMYK0.1200.570.41
HSL72.56º39.81%42.35%-
HSV(B)72.56º56.95%59.22%-
XYZ21.6927.59.17-
YUV135.8188.04125.99-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 38.11%
GREEN value IS 151 (59.38% from 255) = 43.27%
BLUE value IS 65 (25.78% from 255) = 18.62%
R=38.11%
G=43.27%
B=18.62%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal133151650.1200.570.4172.5639.8142.35
Hex859741C0392949282a
Octal20522710114071511115052
Binary10000101100101111000001110001110011010011001001101000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #859741

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #859741; }

 p { color: rgb(133,151,65); }

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

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

 a { background-color: rgb(133,151,65); }

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

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

 span { border-color: rgb(133,151,65); }

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