#728640

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

Shades of Wasabi #728640

Tints of Wasabi #728640

Color information

#728640 (or 0x728640) is unknown color: approx Wasabi. HEX triplet: 72, 86 and 40. RGB value is (114,134,64). Sum of RGB (Red+Green+Blue) = 114+134+64=312 (41% of max value = 765). Red value is 114 (44.92% from 255 or 36.54% from 312); Green value is 134 (52.73% from 255 or 42.95% from 312); Blue value is 64 (25.39% from 255 or 20.51% from 312); Max value from RGB is 134 - color contains mainly: green. Hex color #728640 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #728640 is #8D79BF. Grayscale: #787878. Windows color (decimal): -9271744 or 4228722. OLE color: 4228722.

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

Color convert

RGB11413464-
CMYK0.1500.520.47
HSL77.14º35.35%38.82%-
HSV(B)77.14º52.24%52.55%-
XYZ16.39218.04-
YUV120.0496.37123.69-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 36.54%
GREEN value IS 134 (52.73% from 255) = 42.95%
BLUE value IS 64 (25.39% from 255) = 20.51%
R=36.54%
G=42.95%
B=20.51%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal114134640.1500.520.4777.1435.3538.82
Hex728640F0342F4d2327
Octal16220610017064571154347
Binary1110010100001101000000111101101001011111001101100011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #728640

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #728640; }

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

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

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

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

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

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

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

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