Html Css Color HEX #718540 Wasabi

📋 copy color: '#718540'

red 113 ◦ green 133 ◦ blue 64

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

Shades of Wasabi #718540

Tints of Wasabi #718540

RGB

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

 GREEN value IS 133 (52.34% from 255) = 42.9%

 BLUE value IS 64 (25.39% from 255) = 20.65%

R = 36.45%
G = 42.9%
B = 20.65%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.52

 K value IS 0.48

RGB Variations

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

Color information

#718540 (or 0x718540) is known color: Wasabi. HEX triplet: 71, 85 and 40. RGB value is (113,133,64). Sum of RGB (Red+Green+Blue) = 113+133+64=310 (41% of max value = 765). Red value is 113 (44.53% from 255 or 36.45% from 310); Green value is 133 (52.34% from 255 or 42.90% from 310); Blue value is 64 (25.39% from 255 or 20.65% from 310); Max value from RGB is 133 - color contains mainly: green. Hex color #718540 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #718540 is #8E7ABF. Grayscale: #777777. Windows color (decimal): -9337536 or 4228465. OLE color: 4228465.

HSL color Cylindrical-coordinate representation of color #718540: hue angle of 77.39º degrees, saturation: 0.35, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #718540 is Cyan = 0.15, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.48.

Color convert

RGB 113 133 64 -
CMYK 0.15 0 0.52 0.48
HSL 77.39º 0.35% 0.39% -
HSV(B) 77.39º 0.52% 0.52% -
XYZ 16.12 20.66 7.99 -
YUV 119.15 96.87 123.61 -
System Red Green Blue C M Y K H S L
Decimal 113 133 64 0.15 0 0.52 0.48 77.39 0.35 0.39
Hex 71 85 40 F 0 34 30 4D 23 27
Octal 161 205 100 17 0 64 60 115 43 47
Binary 1110001 10000101 1000000 1111 0 110100 110000 1001101 100011 100111

Color Harmonies of #718540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #718540

Black with #718540

Text Example


Text Example

White with #718540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #718540; }

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

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

background-color css

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

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

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

border-color css

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

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

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