#748338

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

Shades of Wasabi #748338

Tints of Wasabi #748338

Color information

#748338 (or 0x748338) is unknown color: approx Wasabi. HEX triplet: 74, 83 and 38. RGB value is (116,131,56). Sum of RGB (Red+Green+Blue) = 116+131+56=303 (40% of max value = 765). Red value is 116 (45.70% from 255 or 38.28% from 303); Green value is 131 (51.56% from 255 or 43.23% from 303); Blue value is 56 (22.27% from 255 or 18.48% from 303); Max value from RGB is 131 - color contains mainly: green. Hex color #748338 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #748338 is #8B7CC7. Grayscale: #767676. Windows color (decimal): -9141448 or 3703668. OLE color: 3703668.

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

Color convert

RGB11613156-
CMYK0.1100.570.49
HSL72º40.11%36.67%-
HSV(B)72º57.25%51.37%-
XYZ16.0320.236.8-
YUV117.9693.03126.6-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 38.28%
GREEN value IS 131 (51.56% from 255) = 43.23%
BLUE value IS 56 (22.27% from 255) = 18.48%
R=38.28%
G=43.23%
B=18.48%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal116131560.1100.570.497240.1136.67
Hex748338B03931482825
Octal1642037013071611105045
Binary111010010000011111000101101110011100011001000101000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #748338

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #748338; }

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

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

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

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

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

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

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

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