Html Css Color HEX #748041 Wasabi

📋 copy color: '#748041'

red 116 ◦ green 128 ◦ blue 65

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

Shades of Wasabi #748041

Tints of Wasabi #748041

RGB

 RED value IS 116 (45.7% from 255) = 37.54%

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

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

R = 37.54%
G = 41.42%
B = 21.04%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.49

 K value IS 0.50

RGB Variations

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

Color information

#748041 (or 0x748041) is known color: Wasabi. HEX triplet: 74, 80 and 41. RGB value is (116,128,65). Sum of RGB (Red+Green+Blue) = 116+128+65=309 (40% of max value = 765). Red value is 116 (45.70% from 255 or 37.54% from 309); Green value is 128 (50.39% from 255 or 41.42% from 309); Blue value is 65 (25.78% from 255 or 21.04% from 309); Max value from RGB is 128 - color contains mainly: green. Hex color #748041 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #748041 is #8B7FBE. Grayscale: #757575. Windows color (decimal): -9142207 or 4292724. OLE color: 4292724.

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

Color convert

RGB 116 128 65 -
CMYK 0.09 0 0.49 0.50
HSL 71.43º 0.33% 0.38% -
HSV(B) 71.43º 0.49% 0.5% -
XYZ 15.88 19.53 7.93 -
YUV 117.23 98.52 127.12 -
System Red Green Blue C M Y K H S L
Decimal 116 128 65 0.09 0 0.49 0.50 71.43 0.33 0.38
Hex 74 80 41 9 0 31 32 47 21 26
Octal 164 200 101 11 0 61 62 107 41 46
Binary 1110100 10000000 1000001 1001 0 110001 110010 1000111 100001 100110

Color Harmonies of #748041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #748041

Black with #748041

Text Example


Text Example

White with #748041

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #748041; }

 p { color: rgb(116,128,65); }

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

background-color css

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

 a { background-color: rgb(116,128,65); }

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

border-color css

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

 span { border-color: rgb(116,128,65); }

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