#748239

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

Shades of Wasabi #748239

Tints of Wasabi #748239

Color information

#748239 (or 0x748239) is unknown color: approx Wasabi. HEX triplet: 74, 82 and 39. RGB value is (116,130,57). Sum of RGB (Red+Green+Blue) = 116+130+57=303 (40% of max value = 765). Red value is 116 (45.70% from 255 or 38.28% from 303); Green value is 130 (51.17% from 255 or 42.90% from 303); Blue value is 57 (22.66% from 255 or 18.81% from 303); Max value from RGB is 130 - color contains mainly: green. Hex color #748239 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #748239 is #8B7DC6. Grayscale: #757575. Windows color (decimal): -9141703 or 3768948. OLE color: 3768948.

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

Color convert

RGB11613057-
CMYK0.1100.560.49
HSL71.51º39.04%36.67%-
HSV(B)71.51º56.15%50.98%-
XYZ15.9219.976.89-
YUV117.4993.86126.94-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 38.28%
GREEN value IS 130 (51.17% from 255) = 42.90%
BLUE value IS 57 (22.66% from 255) = 18.81%
R=38.28%
G=42.90%
B=18.81%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal116130570.1100.560.4971.5139.0436.67
Hex748239B03831482725
Octal1642027113070611104745
Binary111010010000010111001101101110001100011001000100111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #748239

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #748239; }

 p { color: rgb(116,130,57); }

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

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

 a { background-color: rgb(116,130,57); }

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

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

 span { border-color: rgb(116,130,57); }

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