#728242

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

Shades of Wasabi #728242

Tints of Wasabi #728242

Color information

#728242 (or 0x728242) is unknown color: approx Wasabi. HEX triplet: 72, 82 and 42. RGB value is (114,130,66). Sum of RGB (Red+Green+Blue) = 114+130+66=310 (41% of max value = 765). Red value is 114 (44.92% from 255 or 36.77% from 310); Green value is 130 (51.17% from 255 or 41.94% from 310); Blue value is 66 (26.17% from 255 or 21.29% from 310); Max value from RGB is 130 - color contains mainly: green. Hex color #728242 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #728242 is #8D7DBD. Grayscale: #767676. Windows color (decimal): -9272766 or 4358770. OLE color: 4358770.

HSL color Cylindrical-coordinate representation of color #728242: hue angle of 75º degrees, saturation: 0.33, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #728242 is Cyan = 0.12, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.49.

Color convert

RGB11413066-
CMYK0.1200.490.49
HSL75º32.65%38.43%-
HSV(B)75º49.23%50.98%-
XYZ15.9119.948.16-
YUV117.9298.7125.2-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 36.77%
GREEN value IS 130 (51.17% from 255) = 41.94%
BLUE value IS 66 (26.17% from 255) = 21.29%
R=36.77%
G=41.94%
B=21.29%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal114130660.1200.490.497532.6538.43
Hex728242C031314b2126
Octal16220210214061611134146
Binary1110010100000101000010110001100011100011001011100001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #728242

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #728242; }

 p { color: rgb(114,130,66); }

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

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

 a { background-color: rgb(114,130,66); }

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

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

 span { border-color: rgb(114,130,66); }

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