#748536

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

Shades of Wasabi #748536

Tints of Wasabi #748536

Color information

#748536 (or 0x748536) is unknown color: approx Wasabi. HEX triplet: 74, 85 and 36. RGB value is (116,133,54). Sum of RGB (Red+Green+Blue) = 116+133+54=303 (40% of max value = 765). Red value is 116 (45.70% from 255 or 38.28% from 303); Green value is 133 (52.34% from 255 or 43.89% from 303); Blue value is 54 (21.48% from 255 or 17.82% from 303); Max value from RGB is 133 - color contains mainly: green. Hex color #748536 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #748536 is #8B7AC9. Grayscale: #777777. Windows color (decimal): -9140938 or 3573108. OLE color: 3573108.

HSL color Cylindrical-coordinate representation of color #748536: hue angle of 72.91º degrees, saturation: 0.42, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #748536 is Cyan = 0.13, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.48.

Color convert

RGB11613354-
CMYK0.1300.590.48
HSL72.91º42.25%36.67%-
HSV(B)72.91º59.4%52.16%-
XYZ16.2620.756.64-
YUV118.9191.37125.92-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 38.28%
GREEN value IS 133 (52.34% from 255) = 43.89%
BLUE value IS 54 (21.48% from 255) = 17.82%
R=38.28%
G=43.89%
B=17.82%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal116133540.1300.590.4872.9142.2536.67
Hex748536D03B30492a25
Octal1642056615073601115245
Binary111010010000101110110110101110111100001001001101010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #748536

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #748536; }

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

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

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

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

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

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

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

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