#748533

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

Shades of Wasabi #748533

Tints of Wasabi #748533

Color information

#748533 (or 0x748533) is unknown color: approx Wasabi. HEX triplet: 74, 85 and 33. RGB value is (116,133,51). Sum of RGB (Red+Green+Blue) = 116+133+51=300 (39% of max value = 765). Red value is 116 (45.70% from 255 or 38.67% from 300); Green value is 133 (52.34% from 255 or 44.33% from 300); Blue value is 51 (20.31% from 255 or 17% from 300); Max value from RGB is 133 - color contains mainly: green. Hex color #748533 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #748533 is #8B7ACC. Grayscale: #767676. Windows color (decimal): -9140941 or 3376500. OLE color: 3376500.

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

Color convert

RGB11613351-
CMYK0.1300.620.48
HSL72.44º44.57%36.08%-
HSV(B)72.44º61.65%52.16%-
XYZ16.1920.736.28-
YUV118.5789.87126.17-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 38.67%
GREEN value IS 133 (52.34% from 255) = 44.33%
BLUE value IS 51 (20.31% from 255) = 17%
R=38.67%
G=44.33%
B=17%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal116133510.1300.620.4872.4444.5736.08
Hex748533D03E30482d24
Octal1642056315076601105544
Binary111010010000101110011110101111101100001001000101101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #748533

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #748533; }

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

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

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

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

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

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

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

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