#718240

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

Shades of Wasabi #718240

Tints of Wasabi #718240

Color information

#718240 (or 0x718240) is unknown color: approx Wasabi. HEX triplet: 71, 82 and 40. RGB value is (113,130,64). Sum of RGB (Red+Green+Blue) = 113+130+64=307 (40% of max value = 765). Red value is 113 (44.53% from 255 or 36.81% from 307); Green value is 130 (51.17% from 255 or 42.35% from 307); Blue value is 64 (25.39% from 255 or 20.85% from 307); Max value from RGB is 130 - color contains mainly: green. Hex color #718240 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #718240 is #8E7DBF. Grayscale: #757575. Windows color (decimal): -9338304 or 4227697. OLE color: 4227697.

HSL color Cylindrical-coordinate representation of color #718240: hue angle of 75.45º 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 #718240 is Cyan = 0.13, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.49.

Color convert

RGB11313064-
CMYK0.1300.510.49
HSL75.45º34.02%38.04%-
HSV(B)75.45º50.77%50.98%-
XYZ15.7219.857.85-
YUV117.3997.87124.87-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 36.81%
GREEN value IS 130 (51.17% from 255) = 42.35%
BLUE value IS 64 (25.39% from 255) = 20.85%
R=36.81%
G=42.35%
B=20.85%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal113130640.1300.510.4975.4534.0238.04
Hex718240D033314b2226
Octal16120210015063611134246
Binary1110001100000101000000110101100111100011001011100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #718240

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #718240; }

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

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

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

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

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

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

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

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