#748445

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

Shades of Wasabi #748445

Tints of Wasabi #748445

Color information

#748445 (or 0x748445) is unknown color: approx Wasabi. HEX triplet: 74, 84 and 45. RGB value is (116,132,69). Sum of RGB (Red+Green+Blue) = 116+132+69=317 (41% of max value = 765). Red value is 116 (45.70% from 255 or 36.59% from 317); Green value is 132 (51.95% from 255 or 41.64% from 317); Blue value is 69 (27.34% from 255 or 21.77% from 317); Max value from RGB is 132 - color contains mainly: green. Hex color #748445 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #748445 is #8B7BBA. Grayscale: #787878. Windows color (decimal): -9141179 or 4555892. OLE color: 4555892.

HSL color Cylindrical-coordinate representation of color #748445: hue angle of 75.24º degrees, saturation: 0.31, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #748445 is Cyan = 0.12, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.48.

Color convert

RGB11613269-
CMYK0.1200.480.48
HSL75.24º31.34%39.41%-
HSV(B)75.24º47.73%51.76%-
XYZ16.5320.658.74-
YUV120.0399.2125.12-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 36.59%
GREEN value IS 132 (51.95% from 255) = 41.64%
BLUE value IS 69 (27.34% from 255) = 21.77%
R=36.59%
G=41.64%
B=21.77%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal116132690.1200.480.4875.2431.3439.41
Hex748445C030304b1f27
Octal16420410514060601133747
Binary111010010000100100010111000110000110000100101111111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #748445

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #748445; }

 p { color: rgb(116,132,69); }

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

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

 a { background-color: rgb(116,132,69); }

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

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

 span { border-color: rgb(116,132,69); }

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