#748139

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

Shades of Wasabi #748139

Tints of Wasabi #748139

Color information

#748139 (or 0x748139) is unknown color: approx Wasabi. HEX triplet: 74, 81 and 39. RGB value is (116,129,57). Sum of RGB (Red+Green+Blue) = 116+129+57=302 (40% of max value = 765). Red value is 116 (45.70% from 255 or 38.41% from 302); Green value is 129 (50.78% from 255 or 42.72% from 302); Blue value is 57 (22.66% from 255 or 18.87% from 302); Max value from RGB is 129 - color contains mainly: green. Hex color #748139 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #748139 is #8B7EC6. Grayscale: #757575. Windows color (decimal): -9141959 or 3768692. OLE color: 3768692.

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

Color convert

RGB11612957-
CMYK0.1000.560.49
HSL70.83º38.71%36.47%-
HSV(B)70.83º55.81%50.59%-
XYZ15.7919.716.84-
YUV116.994.19127.35-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 38.41%
GREEN value IS 129 (50.78% from 255) = 42.72%
BLUE value IS 57 (22.66% from 255) = 18.87%
R=38.41%
G=42.72%
B=18.87%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal116129570.1000.560.4970.8338.7136.47
Hex748139A03831472724
Octal1642017112070611074744
Binary111010010000001111001101001110001100011000111100111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #748139

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #748139; }

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

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

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

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

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

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

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

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