#859c48

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

Shades of Wasabi #859C48

Tints of Wasabi #859C48

Color information

#859C48 (or 0x859C48) is unknown color: approx Wasabi. HEX triplet: 85, 9C and 48. RGB value is (133,156,72). Sum of RGB (Red+Green+Blue) = 133+156+72=361 (47% of max value = 765). Red value is 133 (52.34% from 255 or 36.84% from 361); Green value is 156 (61.33% from 255 or 43.21% from 361); Blue value is 72 (28.52% from 255 or 19.94% from 361); Max value from RGB is 156 - color contains mainly: green. Hex color #859C48 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #859C48 is #7A63B7. Grayscale: #8B8B8B. Windows color (decimal): -8020920 or 4758661. OLE color: 4758661.

HSL color Cylindrical-coordinate representation of color #859C48: hue angle of 76.43º degrees, saturation: 0.37, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #859C48 is Cyan = 0.15, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.39.

Color convert

RGB13315672-
CMYK0.1500.540.39
HSL76.43º36.84%44.71%-
HSV(B)76.43º53.85%61.18%-
XYZ22.7329.2310.58-
YUV139.5589.88123.33-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 36.84%
GREEN value IS 156 (61.33% from 255) = 43.21%
BLUE value IS 72 (28.52% from 255) = 19.94%
R=36.84%
G=43.21%
B=19.94%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal133156720.1500.540.3976.4336.8444.71
Hex859C48F036274c252d
Octal20523411017066471144555
Binary10000101100111001001000111101101101001111001100100101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #859c48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #859c48; }

 p { color: rgb(133,156,72); }

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

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

 a { background-color: rgb(133,156,72); }

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

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

 span { border-color: rgb(133,156,72); }

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