#728740

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

Shades of Wasabi #728740

Tints of Wasabi #728740

Color information

#728740 (or 0x728740) is unknown color: approx Wasabi. HEX triplet: 72, 87 and 40. RGB value is (114,135,64). Sum of RGB (Red+Green+Blue) = 114+135+64=313 (41% of max value = 765). Red value is 114 (44.92% from 255 or 36.42% from 313); Green value is 135 (53.12% from 255 or 43.13% from 313); Blue value is 64 (25.39% from 255 or 20.45% from 313); Max value from RGB is 135 - color contains mainly: green. Hex color #728740 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #728740 is #8D78BF. Grayscale: #787878. Windows color (decimal): -9271488 or 4228978. OLE color: 4228978.

HSL color Cylindrical-coordinate representation of color #728740: hue angle of 77.75º degrees, saturation: 0.36, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #728740 is Cyan = 0.16, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.47.

Color convert

RGB11413564-
CMYK0.1600.530.47
HSL77.75º35.68%39.02%-
HSV(B)77.75º52.59%52.94%-
XYZ16.5321.288.09-
YUV120.6396.04123.27-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 36.42%
GREEN value IS 135 (53.12% from 255) = 43.13%
BLUE value IS 64 (25.39% from 255) = 20.45%
R=36.42%
G=43.13%
B=20.45%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal114135640.1600.530.4777.7535.6839.02
Hex728740100352F4e2427
Octal16220710020065571164447
Binary11100101000011110000001000001101011011111001110100100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #728740

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #728740; }

 p { color: rgb(114,135,64); }

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

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

 a { background-color: rgb(114,135,64); }

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

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

 span { border-color: rgb(114,135,64); }

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