#748236

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

Shades of Wasabi #748236

Tints of Wasabi #748236

Color information

#748236 (or 0x748236) is unknown color: approx Wasabi. HEX triplet: 74, 82 and 36. RGB value is (116,130,54). Sum of RGB (Red+Green+Blue) = 116+130+54=300 (39% of max value = 765). Red value is 116 (45.70% from 255 or 38.67% from 300); Green value is 130 (51.17% from 255 or 43.33% from 300); Blue value is 54 (21.48% from 255 or 18% from 300); Max value from RGB is 130 - color contains mainly: green. Hex color #748236 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #748236 is #8B7DC9. Grayscale: #757575. Windows color (decimal): -9141706 or 3572340. OLE color: 3572340.

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

Color convert

RGB11613054-
CMYK0.1100.580.49
HSL71.05º41.3%36.08%-
HSV(B)71.05º58.46%50.98%-
XYZ15.8519.946.5-
YUV117.1592.36127.18-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 38.67%
GREEN value IS 130 (51.17% from 255) = 43.33%
BLUE value IS 54 (21.48% from 255) = 18%
R=38.67%
G=43.33%
B=18%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal116130540.1100.580.4971.0541.336.08
Hex748236B03A31472924
Octal1642026613072611075144
Binary111010010000010110110101101110101100011000111101001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #748236

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #748236; }

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

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

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

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

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

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

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

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