Html Css Color HEX #718438 Wasabi

📋 copy color: '#718438'

red 113 ◦ green 132 ◦ blue 56

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

Shades of Wasabi #718438

Tints of Wasabi #718438

RGB

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

 GREEN value IS 132 (51.95% from 255) = 43.85%

 BLUE value IS 56 (22.27% from 255) = 18.6%

R = 37.54%
G = 43.85%
B = 18.6%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.58

 K value IS 0.48

RGB Variations

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

Color information

#718438 (or 0x718438) is known color: Wasabi. HEX triplet: 71, 84 and 38. RGB value is (113,132,56). Sum of RGB (Red+Green+Blue) = 113+132+56=301 (39% of max value = 765). Red value is 113 (44.53% from 255 or 37.54% from 301); Green value is 132 (51.95% from 255 or 43.85% from 301); Blue value is 56 (22.27% from 255 or 18.60% from 301); Max value from RGB is 132 - color contains mainly: green. Hex color #718438 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #718438 is #8E7BC7. Grayscale: #757575. Windows color (decimal): -9337800 or 3703921. OLE color: 3703921.

HSL color Cylindrical-coordinate representation of color #718438: hue angle of 75º degrees, saturation: 0.4, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #718438 is Cyan = 0.14, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.48.

Color convert

RGB 113 132 56 -
CMYK 0.14 0 0.58 0.48
HSL 75º 0.4% 0.37% -
HSV(B) 75º 0.58% 0.52% -
XYZ 15.78 20.3 6.83 -
YUV 117.66 93.21 124.68 -
System Red Green Blue C M Y K H S L
Decimal 113 132 56 0.14 0 0.58 0.48 75 0.4 0.37
Hex 71 84 38 E 0 3A 30 4B 28 25
Octal 161 204 70 16 0 72 60 113 50 45
Binary 1110001 10000100 111000 1110 0 111010 110000 1001011 101000 100101

Color Harmonies of #718438

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #718438

Black with #718438

Text Example


Text Example

White with #718438

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #718438; }

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

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

background-color css

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

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

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

border-color css

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

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

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