#728741

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

Shades of Wasabi #728741

Tints of Wasabi #728741

Color information

#728741 (or 0x728741) is unknown color: approx Wasabi. HEX triplet: 72, 87 and 41. RGB value is (114,135,65). Sum of RGB (Red+Green+Blue) = 114+135+65=314 (41% of max value = 765). Red value is 114 (44.92% from 255 or 36.31% from 314); Green value is 135 (53.12% from 255 or 42.99% from 314); Blue value is 65 (25.78% from 255 or 20.70% from 314); Max value from RGB is 135 - color contains mainly: green. Hex color #728741 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #728741 is #8D78BE. Grayscale: #797979. Windows color (decimal): -9271487 or 4294514. OLE color: 4294514.

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

Color convert

RGB11413565-
CMYK0.1600.520.47
HSL78º35%39.22%-
HSV(B)78º51.85%52.94%-
XYZ16.5621.298.24-
YUV120.7496.54123.19-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 36.31%
GREEN value IS 135 (53.12% from 255) = 42.99%
BLUE value IS 65 (25.78% from 255) = 20.70%
R=36.31%
G=42.99%
B=20.70%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal114135650.1600.520.47783539.22
Hex728741100342F4e2327
Octal16220710120064571164347
Binary11100101000011110000011000001101001011111001110100011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #728741

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #728741; }

 p { color: rgb(114,135,65); }

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

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

 a { background-color: rgb(114,135,65); }

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

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

 span { border-color: rgb(114,135,65); }

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