Html Css Color HEX #738241 Wasabi

📋 copy color: '#738241'

red 115 ◦ green 130 ◦ blue 65

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

Shades of Wasabi #738241

Tints of Wasabi #738241

RGB

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

 GREEN value IS 130 (51.17% from 255) = 41.94%

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

R = 37.1%
G = 41.94%
B = 20.97%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.50

 K value IS 0.49

RGB Variations

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

Color information

#738241 (or 0x738241) is known color: Wasabi. HEX triplet: 73, 82 and 41. RGB value is (115,130,65). Sum of RGB (Red+Green+Blue) = 115+130+65=310 (41% of max value = 765). Red value is 115 (45.31% from 255 or 37.10% from 310); Green value is 130 (51.17% from 255 or 41.94% from 310); Blue value is 65 (25.78% from 255 or 20.97% from 310); Max value from RGB is 130 - color contains mainly: green. Hex color #738241 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #738241 is #8C7DBE. Grayscale: #767676. Windows color (decimal): -9207231 or 4293235. OLE color: 4293235.

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

Color convert

RGB 115 130 65 -
CMYK 0.12 0 0.50 0.49
HSL 73.85º 0.33% 0.38% -
HSV(B) 73.85º 0.5% 0.51% -
XYZ 16.01 19.99 8.02 -
YUV 118.11 98.03 125.79 -
System Red Green Blue C M Y K H S L
Decimal 115 130 65 0.12 0 0.50 0.49 73.85 0.33 0.38
Hex 73 82 41 C 0 32 31 4A 21 26
Octal 163 202 101 14 0 62 61 112 41 46
Binary 1110011 10000010 1000001 1100 0 110010 110001 1001010 100001 100110

Color Harmonies of #738241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #738241

Black with #738241

Text Example


Text Example

White with #738241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #738241; }

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

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

background-color css

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

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

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

border-color css

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

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

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