#728240

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

Shades of Wasabi #728240

Tints of Wasabi #728240

Color information

#728240 (or 0x728240) is unknown color: approx Wasabi. HEX triplet: 72, 82 and 40. RGB value is (114,130,64). Sum of RGB (Red+Green+Blue) = 114+130+64=308 (40% of max value = 765). Red value is 114 (44.92% from 255 or 37.01% from 308); Green value is 130 (51.17% from 255 or 42.21% from 308); Blue value is 64 (25.39% from 255 or 20.78% from 308); Max value from RGB is 130 - color contains mainly: green. Hex color #728240 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #728240 is #8D7DBF. Grayscale: #757575. Windows color (decimal): -9272768 or 4227698. OLE color: 4227698.

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

Color convert

RGB11413064-
CMYK0.1200.510.49
HSL74.55º34.02%38.04%-
HSV(B)74.55º50.77%50.98%-
XYZ15.8519.917.86-
YUV117.6997.7125.37-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 37.01%
GREEN value IS 130 (51.17% from 255) = 42.21%
BLUE value IS 64 (25.39% from 255) = 20.78%
R=37.01%
G=42.21%
B=20.78%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal114130640.1200.510.4974.5534.0238.04
Hex728240C033314b2226
Octal16220210014063611134246
Binary1110010100000101000000110001100111100011001011100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #728240

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #728240; }

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

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

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

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

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

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

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

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