#728140

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

Shades of Wasabi #728140

Tints of Wasabi #728140

Color information

#728140 (or 0x728140) is unknown color: approx Wasabi. HEX triplet: 72, 81 and 40. RGB value is (114,129,64). Sum of RGB (Red+Green+Blue) = 114+129+64=307 (40% of max value = 765). Red value is 114 (44.92% from 255 or 37.13% from 307); Green value is 129 (50.78% from 255 or 42.02% from 307); Blue value is 64 (25.39% from 255 or 20.85% from 307); Max value from RGB is 129 - color contains mainly: green. Hex color #728140 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #728140 is #8D7EBF. Grayscale: #757575. Windows color (decimal): -9273024 or 4227442. OLE color: 4227442.

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

Color convert

RGB11412964-
CMYK0.1200.500.49
HSL73.85º33.68%37.84%-
HSV(B)73.85º50.39%50.59%-
XYZ15.7219.657.81-
YUV117.198.03125.79-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 37.13%
GREEN value IS 129 (50.78% from 255) = 42.02%
BLUE value IS 64 (25.39% from 255) = 20.85%
R=37.13%
G=42.02%
B=20.85%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal114129640.1200.500.4973.8533.6837.84
Hex728140C032314a2226
Octal16220110014062611124246
Binary1110010100000011000000110001100101100011001010100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #728140

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #728140; }

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

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

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

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

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

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

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

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