Html Css Color HEX #738140 Wasabi

📋 copy color: '#738140'

red 115 ◦ green 129 ◦ blue 64

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

Shades of Wasabi #738140

Tints of Wasabi #738140

RGB

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

 GREEN value IS 129 (50.78% from 255) = 41.88%

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

R = 37.34%
G = 41.88%
B = 20.78%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.50

 K value IS 0.49

RGB Variations

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

Color information

#738140 (or 0x738140) is known color: Wasabi. HEX triplet: 73, 81 and 40. RGB value is (115,129,64). Sum of RGB (Red+Green+Blue) = 115+129+64=308 (40% of max value = 765). Red value is 115 (45.31% from 255 or 37.34% from 308); Green value is 129 (50.78% from 255 or 41.88% from 308); Blue value is 64 (25.39% from 255 or 20.78% from 308); Max value from RGB is 129 - color contains mainly: green. Hex color #738140 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #738140 is #8C7EBF. Grayscale: #757575. Windows color (decimal): -9207488 or 4227443. OLE color: 4227443.

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

Color convert

RGB 115 129 64 -
CMYK 0.11 0 0.50 0.49
HSL 72.92º 0.34% 0.38% -
HSV(B) 72.92º 0.5% 0.51% -
XYZ 15.85 19.72 7.82 -
YUV 117.4 97.86 126.29 -
System Red Green Blue C M Y K H S L
Decimal 115 129 64 0.11 0 0.50 0.49 72.92 0.34 0.38
Hex 73 81 40 B 0 32 31 49 22 26
Octal 163 201 100 13 0 62 61 111 42 46
Binary 1110011 10000001 1000000 1011 0 110010 110001 1001001 100010 100110

Color Harmonies of #738140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #738140

Black with #738140

Text Example


Text Example

White with #738140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #738140; }

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

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

background-color css

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

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

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

border-color css

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

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

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