Html Css Color HEX #728340 Wasabi

📋 copy color: '#728340'

red 114 ◦ green 131 ◦ blue 64

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

Shades of Wasabi #728340

Tints of Wasabi #728340

RGB

 RED value IS 114 (44.92% from 255) = 36.89%

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

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

R = 36.89%
G = 42.39%
B = 20.71%

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

#728340 (or 0x728340) is known color: Wasabi. HEX triplet: 72, 83 and 40. RGB value is (114,131,64). Sum of RGB (Red+Green+Blue) = 114+131+64=309 (40% of max value = 765). Red value is 114 (44.92% from 255 or 36.89% from 309); Green value is 131 (51.56% from 255 or 42.39% from 309); Blue value is 64 (25.39% from 255 or 20.71% from 309); Max value from RGB is 131 - color contains mainly: green. Hex color #728340 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #728340 is #8D7CBF. Grayscale: #767676. Windows color (decimal): -9272512 or 4227954. OLE color: 4227954.

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

Color convert

RGB 114 131 64 -
CMYK 0.13 0 0.51 0.49
HSL 75.22º 0.34% 0.38% -
HSV(B) 75.22º 0.51% 0.51% -
XYZ 15.98 20.18 7.9 -
YUV 118.28 97.37 124.95 -
System Red Green Blue C M Y K H S L
Decimal 114 131 64 0.13 0 0.51 0.49 75.22 0.34 0.38
Hex 72 83 40 D 0 33 31 4B 22 26
Octal 162 203 100 15 0 63 61 113 42 46
Binary 1110010 10000011 1000000 1101 0 110011 110001 1001011 100010 100110

Color Harmonies of #728340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #728340

Black with #728340

Text Example


Text Example

White with #728340

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #728340; }

 p { color: rgb(114,131,64); }

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

background-color css

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

 a { background-color: rgb(114,131,64); }

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

border-color css

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

 span { border-color: rgb(114,131,64); }

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