#748732

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

Shades of Wasabi #748732

Tints of Wasabi #748732

Color information

#748732 (or 0x748732) is unknown color: approx Wasabi. HEX triplet: 74, 87 and 32. RGB value is (116,135,50). Sum of RGB (Red+Green+Blue) = 116+135+50=301 (39% of max value = 765). Red value is 116 (45.70% from 255 or 38.54% from 301); Green value is 135 (53.12% from 255 or 44.85% from 301); Blue value is 50 (19.92% from 255 or 16.61% from 301); Max value from RGB is 135 - color contains mainly: green. Hex color #748732 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #748732 is #8B78CD. Grayscale: #777777. Windows color (decimal): -9140430 or 3311476. OLE color: 3311476.

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

Color convert

RGB11613550-
CMYK0.1400.630.47
HSL73.41º45.95%36.27%-
HSV(B)73.41º62.96%52.94%-
XYZ16.4421.276.26-
YUV119.6388.71125.41-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 38.54%
GREEN value IS 135 (53.12% from 255) = 44.85%
BLUE value IS 50 (19.92% from 255) = 16.61%
R=38.54%
G=44.85%
B=16.61%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal116135500.1400.630.4773.4145.9536.27
Hex748732E03F2F492e24
Octal1642076216077571115644
Binary111010010000111110010111001111111011111001001101110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #748732

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #748732; }

 p { color: rgb(116,135,50); }

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

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

 a { background-color: rgb(116,135,50); }

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

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

 span { border-color: rgb(116,135,50); }

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