Html Css Color HEX #738040 Wasabi

📋 copy color: '#738040'

red 115 ◦ green 128 ◦ blue 64

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

Shades of Wasabi #738040

Tints of Wasabi #738040

RGB

 RED value IS 115 (45.31% from 255) = 37.46%

 GREEN value IS 128 (50.39% from 255) = 41.69%

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

R = 37.46%
G = 41.69%
B = 20.85%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.5

 K value IS 0.50

RGB Variations

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

Color information

#738040 (or 0x738040) is known color: Wasabi. HEX triplet: 73, 80 and 40. RGB value is (115,128,64). Sum of RGB (Red+Green+Blue) = 115+128+64=307 (40% of max value = 765). Red value is 115 (45.31% from 255 or 37.46% from 307); Green value is 128 (50.39% from 255 or 41.69% from 307); Blue value is 64 (25.39% from 255 or 20.85% from 307); Max value from RGB is 128 - color contains mainly: green. Hex color #738040 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #738040 is #8C7FBF. Grayscale: #757575. Windows color (decimal): -9207744 or 4227187. OLE color: 4227187.

HSL color Cylindrical-coordinate representation of color #738040: hue angle of 72.19º degrees, saturation: 0.33, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #738040 is Cyan = 0.10, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.50.

Color convert

RGB 115 128 64 -
CMYK 0.10 0 0.5 0.50
HSL 72.19º 0.33% 0.38% -
HSV(B) 72.19º 0.5% 0.5% -
XYZ 15.71 19.45 7.78 -
YUV 116.82 98.19 126.7 -
System Red Green Blue C M Y K H S L
Decimal 115 128 64 0.10 0 0.5 0.50 72.19 0.33 0.38
Hex 73 80 40 A 0 32 32 48 21 26
Octal 163 200 100 12 0 62 62 110 41 46
Binary 1110011 10000000 1000000 1010 0 110010 110010 1001000 100001 100110

Color Harmonies of #738040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #738040

Black with #738040

Text Example


Text Example

White with #738040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #738040; }

 p { color: rgb(115,128,64); }

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

background-color css

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

 a { background-color: rgb(115,128,64); }

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

border-color css

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

 span { border-color: rgb(115,128,64); }

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