#718238

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

Shades of Wasabi #718238

Tints of Wasabi #718238

Color information

#718238 (or 0x718238) is unknown color: approx Wasabi. HEX triplet: 71, 82 and 38. RGB value is (113,130,56). Sum of RGB (Red+Green+Blue) = 113+130+56=299 (39% of max value = 765). Red value is 113 (44.53% from 255 or 37.79% from 299); Green value is 130 (51.17% from 255 or 43.48% from 299); Blue value is 56 (22.27% from 255 or 18.73% from 299); Max value from RGB is 130 - color contains mainly: green. Hex color #718238 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #718238 is #8E7DC7. Grayscale: #747474. Windows color (decimal): -9338312 or 3703409. OLE color: 3703409.

HSL color Cylindrical-coordinate representation of color #718238: hue angle of 73.78º degrees, saturation: 0.4, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #718238 is Cyan = 0.13, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.49.

Color convert

RGB11313056-
CMYK0.1300.570.49
HSL73.78º39.78%36.47%-
HSV(B)73.78º56.92%50.98%-
XYZ15.5119.766.74-
YUV116.4893.87125.52-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 37.79%
GREEN value IS 130 (51.17% from 255) = 43.48%
BLUE value IS 56 (22.27% from 255) = 18.73%
R=37.79%
G=43.48%
B=18.73%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal113130560.1300.570.4973.7839.7836.47
Hex718238D039314a2824
Octal1612027015071611125044
Binary111000110000010111000110101110011100011001010101000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #718238

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #718238; }

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

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

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

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

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

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

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

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