Html Css Color HEX #718240 Wasabi

📋 copy color: '#718240'

red 113 ◦ green 130 ◦ blue 64

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

Shades of Wasabi #718240

Tints of Wasabi #718240

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 value IS 0.13

 M value IS 0

 Y value IS 0.51

 K value IS 0.49

RGB Variations

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

Color information

#718240 (or 0x718240) is known color: 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

RGB 113 130 64 -
CMYK 0.13 0 0.51 0.49
HSL 75.45º 0.34% 0.38% -
HSV(B) 75.45º 0.51% 0.51% -
XYZ 15.72 19.85 7.85 -
YUV 117.39 97.87 124.87 -
System Red Green Blue C M Y K H S L
Decimal 113 130 64 0.13 0 0.51 0.49 75.45 0.34 0.38
Hex 71 82 40 D 0 33 31 4B 22 26
Octal 161 202 100 15 0 63 61 113 42 46
Binary 1110001 10000010 1000000 1101 0 110011 110001 1001011 100010 100110

Color Harmonies of #718240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #718240

Black with #718240

Text Example


Text Example

White with #718240

Text Example


Text Example

HTML Codes & Css Web 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>