Html Css Color HEX #748336 Wasabi

📋 copy color: '#748336'

red 116 ◦ green 131 ◦ blue 54

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

Shades of Wasabi #748336

Tints of Wasabi #748336

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 17.94%

R = 38.54%
G = 43.52%
B = 17.94%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.59

 K value IS 0.49

RGB Variations

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

Color information

#748336 (or 0x748336) is known color: Wasabi. HEX triplet: 74, 83 and 36. RGB value is (116,131,54). Sum of RGB (Red+Green+Blue) = 116+131+54=301 (39% of max value = 765). Red value is 116 (45.70% from 255 or 38.54% from 301); Green value is 131 (51.56% from 255 or 43.52% from 301); Blue value is 54 (21.48% from 255 or 17.94% from 301); Max value from RGB is 131 - color contains mainly: green. Hex color #748336 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #748336 is #8B7CC9. Grayscale: #767676. Windows color (decimal): -9141450 or 3572596. OLE color: 3572596.

HSL color Cylindrical-coordinate representation of color #748336: hue angle of 71.69º degrees, saturation: 0.42, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #748336 is Cyan = 0.11, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.49.

Color convert

RGB 116 131 54 -
CMYK 0.11 0 0.59 0.49
HSL 71.69º 0.42% 0.36% -
HSV(B) 71.69º 0.59% 0.51% -
XYZ 15.98 20.21 6.55 -
YUV 117.74 92.03 126.76 -
System Red Green Blue C M Y K H S L
Decimal 116 131 54 0.11 0 0.59 0.49 71.69 0.42 0.36
Hex 74 83 36 B 0 3B 31 48 2A 24
Octal 164 203 66 13 0 73 61 110 52 44
Binary 1110100 10000011 110110 1011 0 111011 110001 1001000 101010 100100

Color Harmonies of #748336

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #748336

Black with #748336

Text Example


Text Example

White with #748336

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #748336; }

 p { color: rgb(116,131,54); }

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

background-color css

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

 a { background-color: rgb(116,131,54); }

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

border-color css

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

 span { border-color: rgb(116,131,54); }

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