Html Css Color HEX #718341 Wasabi

📋 copy color: '#718341'

red 113 ◦ green 131 ◦ blue 65

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

Shades of Wasabi #718341

Tints of Wasabi #718341

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 21.04%

R = 36.57%
G = 42.39%
B = 21.04%

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

#718341 (or 0x718341) is known color: Wasabi. HEX triplet: 71, 83 and 41. RGB value is (113,131,65). Sum of RGB (Red+Green+Blue) = 113+131+65=309 (40% of max value = 765). Red value is 113 (44.53% from 255 or 36.57% from 309); Green value is 131 (51.56% from 255 or 42.39% from 309); Blue value is 65 (25.78% from 255 or 21.04% from 309); Max value from RGB is 131 - color contains mainly: green. Hex color #718341 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #718341 is #8E7CBE. Grayscale: #767676. Windows color (decimal): -9338047 or 4293489. OLE color: 4293489.

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

Color convert

RGB 113 131 65 -
CMYK 0.14 0 0.50 0.49
HSL 76.36º 0.34% 0.38% -
HSV(B) 76.36º 0.5% 0.51% -
XYZ 15.88 20.12 8.05 -
YUV 118.09 98.04 124.37 -
System Red Green Blue C M Y K H S L
Decimal 113 131 65 0.14 0 0.50 0.49 76.36 0.34 0.38
Hex 71 83 41 E 0 32 31 4C 22 26
Octal 161 203 101 16 0 62 61 114 42 46
Binary 1110001 10000011 1000001 1110 0 110010 110001 1001100 100010 100110

Color Harmonies of #718341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #718341

Black with #718341

Text Example


Text Example

White with #718341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #718341; }

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

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

background-color css

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

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

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

border-color css

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

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

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