#748840

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

Shades of Wasabi #748840

Tints of Wasabi #748840

Color information

#748840 (or 0x748840) is unknown color: approx Wasabi. HEX triplet: 74, 88 and 40. RGB value is (116,136,64). Sum of RGB (Red+Green+Blue) = 116+136+64=316 (41% of max value = 765). Red value is 116 (45.70% from 255 or 36.71% from 316); Green value is 136 (53.52% from 255 or 43.04% from 316); Blue value is 64 (25.39% from 255 or 20.25% from 316); Max value from RGB is 136 - color contains mainly: green. Hex color #748840 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #748840 is #8B77BF. Grayscale: #7A7A7A. Windows color (decimal): -9140160 or 4229236. OLE color: 4229236.

HSL color Cylindrical-coordinate representation of color #748840: hue angle of 76.67º degrees, saturation: 0.36, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #748840 is Cyan = 0.15, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.47.

Color convert

RGB11613664-
CMYK0.1500.530.47
HSL76.67º36%39.22%-
HSV(B)76.67º52.94%53.33%-
XYZ16.9321.698.14-
YUV121.8195.37123.85-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 36.71%
GREEN value IS 136 (53.52% from 255) = 43.04%
BLUE value IS 64 (25.39% from 255) = 20.25%
R=36.71%
G=43.04%
B=20.25%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal116136640.1500.530.4776.673639.22
Hex748840F0352F4d2427
Octal16421010017065571154447
Binary1110100100010001000000111101101011011111001101100100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #748840

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #748840; }

 p { color: rgb(116,136,64); }

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

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

 a { background-color: rgb(116,136,64); }

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

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

 span { border-color: rgb(116,136,64); }

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