#748042

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

Shades of Wasabi #748042

Tints of Wasabi #748042

Color information

#748042 (or 0x748042) is unknown color: approx Wasabi. HEX triplet: 74, 80 and 42. RGB value is (116,128,66). Sum of RGB (Red+Green+Blue) = 116+128+66=310 (41% of max value = 765). Red value is 116 (45.70% from 255 or 37.42% from 310); Green value is 128 (50.39% from 255 or 41.29% from 310); Blue value is 66 (26.17% from 255 or 21.29% from 310); Max value from RGB is 128 - color contains mainly: green. Hex color #748042 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #748042 is #8B7FBD. Grayscale: #757575. Windows color (decimal): -9142206 or 4358260. OLE color: 4358260.

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

Color convert

RGB11612866-
CMYK0.0900.480.50
HSL71.61º31.96%38.04%-
HSV(B)71.61º48.44%50.2%-
XYZ15.9119.548.09-
YUV117.3499.02127.04-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 37.42%
GREEN value IS 128 (50.39% from 255) = 41.29%
BLUE value IS 66 (26.17% from 255) = 21.29%
R=37.42%
G=41.29%
B=21.29%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal116128660.0900.480.5071.6131.9638.04
Hex748042903032482026
Octal16420010211060621104046
Binary1110100100000001000010100101100001100101001000100000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #748042

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #748042; }

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

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

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

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

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

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

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

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