Html Css Color HEX #718342 Wasabi

📋 copy color: '#718342'

red 113 ◦ green 131 ◦ blue 66

#718342
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Wasabi #718342

Tints of Wasabi #718342

RGB

 RED value IS 113 (44.53% from 255) = 36.45%

 GREEN value IS 131 (51.56% from 255) = 42.26%

 BLUE value IS 66 (26.17% from 255) = 21.29%

R = 36.45%
G = 42.26%
B = 21.29%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.50

 K value IS 0.49

RGB Variations

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

Color information

#718342 (or 0x718342) is known color: Wasabi. HEX triplet: 71, 83 and 42. RGB value is (113,131,66). Sum of RGB (Red+Green+Blue) = 113+131+66=310 (41% of max value = 765). Red value is 113 (44.53% from 255 or 36.45% from 310); Green value is 131 (51.56% from 255 or 42.26% from 310); Blue value is 66 (26.17% from 255 or 21.29% from 310); Max value from RGB is 131 - color contains mainly: green. Hex color #718342 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #718342 is #8E7CBD. Grayscale: #767676. Windows color (decimal): -9338046 or 4359025. OLE color: 4359025.

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

Color convert

RGB 113 131 66 -
CMYK 0.14 0 0.50 0.49
HSL 76.62º 0.33% 0.39% -
HSV(B) 76.62º 0.5% 0.51% -
XYZ 15.91 20.14 8.2 -
YUV 118.21 98.54 124.29 -
System Red Green Blue C M Y K H S L
Decimal 113 131 66 0.14 0 0.50 0.49 76.62 0.33 0.39
Hex 71 83 42 E 0 32 31 4D 21 27
Octal 161 203 102 16 0 62 61 115 41 47
Binary 1110001 10000011 1000010 1110 0 110010 110001 1001101 100001 100111

Color Harmonies of #718342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #718342

Black with #718342

Text Example


Text Example

White with #718342

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #718342; }

 p { color: rgb(113,131,66); }

 H1.HeaderClassName
 {
   color: #718342;
 }
 .AnyTagClassName
 {
   color: #718342;
 }
</style>

background-color css

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

 a { background-color: rgb(113,131,66); }

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

border-color css

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

 span { border-color: rgb(113,131,66); }

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