Html Css Color HEX #738141 Wasabi

📋 copy color: '#738141'

red 115 ◦ green 129 ◦ blue 65

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

Shades of Wasabi #738141

Tints of Wasabi #738141

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 21.04%

R = 37.22%
G = 41.75%
B = 21.04%

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

#738141 (or 0x738141) is known color: Wasabi. HEX triplet: 73, 81 and 41. RGB value is (115,129,65). Sum of RGB (Red+Green+Blue) = 115+129+65=309 (40% of max value = 765). Red value is 115 (45.31% from 255 or 37.22% from 309); Green value is 129 (50.78% from 255 or 41.75% from 309); Blue value is 65 (25.78% from 255 or 21.04% from 309); Max value from RGB is 129 - color contains mainly: green. Hex color #738141 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #738141 is #8C7EBE. Grayscale: #757575. Windows color (decimal): -9207487 or 4292979. OLE color: 4292979.

HSL color Cylindrical-coordinate representation of color #738141: hue angle of 73.12º degrees, saturation: 0.33, 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 #738141 is Cyan = 0.11, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.49.

Color convert

RGB 115 129 65 -
CMYK 0.11 0 0.50 0.49
HSL 73.13º 0.33% 0.38% -
HSV(B) 73.13º 0.5% 0.51% -
XYZ 15.87 19.73 7.97 -
YUV 117.52 98.36 126.2 -
System Red Green Blue C M Y K H S L
Decimal 115 129 65 0.11 0 0.50 0.49 73.13 0.33 0.38
Hex 73 81 41 B 0 32 31 49 21 26
Octal 163 201 101 13 0 62 61 111 41 46
Binary 1110011 10000001 1000001 1011 0 110010 110001 1001001 100001 100110

Color Harmonies of #738141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #738141

Black with #738141

Text Example


Text Example

White with #738141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #738141; }

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

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

background-color css

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

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

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

border-color css

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

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

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