Html Css Color HEX #738340 Wasabi

📋 copy color: '#738340'

red 115 ◦ green 131 ◦ blue 64

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

Shades of Wasabi #738340

Tints of Wasabi #738340

RGB

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

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

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

R = 37.1%
G = 42.26%
B = 20.65%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.51

 K value IS 0.49

RGB Variations

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

Color information

#738340 (or 0x738340) is known color: Wasabi. HEX triplet: 73, 83 and 40. RGB value is (115,131,64). Sum of RGB (Red+Green+Blue) = 115+131+64=310 (41% of max value = 765). Red value is 115 (45.31% from 255 or 37.10% from 310); Green value is 131 (51.56% from 255 or 42.26% from 310); Blue value is 64 (25.39% from 255 or 20.65% from 310); Max value from RGB is 131 - color contains mainly: green. Hex color #738340 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #738340 is #8C7CBF. Grayscale: #767676. Windows color (decimal): -9206976 or 4227955. OLE color: 4227955.

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

Color convert

RGB 115 131 64 -
CMYK 0.12 0 0.51 0.49
HSL 74.33º 0.34% 0.38% -
HSV(B) 74.33º 0.51% 0.51% -
XYZ 16.11 20.25 7.91 -
YUV 118.58 97.2 125.45 -
System Red Green Blue C M Y K H S L
Decimal 115 131 64 0.12 0 0.51 0.49 74.33 0.34 0.38
Hex 73 83 40 C 0 33 31 4A 22 26
Octal 163 203 100 14 0 63 61 112 42 46
Binary 1110011 10000011 1000000 1100 0 110011 110001 1001010 100010 100110

Color Harmonies of #738340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #738340

Black with #738340

Text Example


Text Example

White with #738340

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #738340; }

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

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

background-color css

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

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

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

border-color css

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

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

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