#748B44

Color #748B44 Wasabi (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wasabi #748B44

Tints of Wasabi #748B44

Color information

#748B44 (or 0x748B44) is unknown color: approx Wasabi. HEX triplet: 74, 8B and 44. RGB value is (116,139,68). Sum of RGB (Red+Green+Blue) = 116+139+68=323 (42% of max value = 765). Red value is 116 (45.70% from 255 or 35.91% from 323); Green value is 139 (54.69% from 255 or 43.03% from 323); Blue value is 68 (26.95% from 255 or 21.05% from 323); Max value from RGB is 139 - color contains mainly: green. Hex color #748B44 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #748B44 is #8B74BB. Grayscale: #7C7C7C. Windows color (decimal): -9139388 or 4492148. OLE color: 4492148.

HSL color Cylindrical-coordinate representation of color #748B44: hue angle of 79.44º degrees, saturation: 0.34, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #748B44 is Cyan = 0.17, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.45.

Color convert

RGB11613968-
CMYK0.1700.510.45
HSL79.44º34.3%40.59%-
HSV(B)79.44º51.08%54.51%-
XYZ17.4822.68.91-
YUV124.0396.38122.27-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 35.91%
GREEN value IS 139 (54.69% from 255) = 43.03%
BLUE value IS 68 (26.95% from 255) = 21.05%
R=35.91%
G=43.03%
B=21.05%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal116139680.1700.510.4579.4434.340.59
Hex748B44110332D4f2229
Octal16421310421063551174251
Binary11101001000101110001001000101100111011011001111100010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #748B44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #748B44; }

 p { color: rgb(116,139,68); }

 H1.HeaderClassName
 {
   color: #748B44;
 }
 .AnyTagClassName
 {
   color: #748B44;
 }
</style>
background-color css

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

 a { background-color: rgb(116,139,68); }

 div.DivClassName
 {
   background-color: #748B44;
 }
 .BgClassName
 {
   background-color: #748B44;
 }
</style>
border-color css

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

 span { border-color: rgb(116,139,68); }

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