#728A3B

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

Shades of Wasabi #728A3B

Tints of Wasabi #728A3B

Color information

#728A3B (or 0x728A3B) is unknown color: approx Wasabi. HEX triplet: 72, 8A and 3B. RGB value is (114,138,59). Sum of RGB (Red+Green+Blue) = 114+138+59=311 (41% of max value = 765). Red value is 114 (44.92% from 255 or 36.66% from 311); Green value is 138 (54.30% from 255 or 44.37% from 311); Blue value is 59 (23.44% from 255 or 18.97% from 311); Max value from RGB is 138 - color contains mainly: green. Hex color #728A3B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #728A3B is #8D75C4. Grayscale: #7A7A7A. Windows color (decimal): -9270725 or 3902066. OLE color: 3902066.

HSL color Cylindrical-coordinate representation of color #728A3B: hue angle of 78.23º degrees, saturation: 0.4, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #728A3B is Cyan = 0.17, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.46.

Color convert

RGB11413859-
CMYK0.1700.570.46
HSL78.23º40.1%38.63%-
HSV(B)78.23º57.25%54.12%-
XYZ16.8222.077.51-
YUV121.8292.55122.42-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 36.66%
GREEN value IS 138 (54.30% from 255) = 44.37%
BLUE value IS 59 (23.44% from 255) = 18.97%
R=36.66%
G=44.37%
B=18.97%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal114138590.1700.570.4678.2340.138.63
Hex728A3B110392E4e2827
Octal1622127321071561165047
Binary1110010100010101110111000101110011011101001110101000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #728A3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #728A3B; }

 p { color: rgb(114,138,59); }

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

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

 a { background-color: rgb(114,138,59); }

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

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

 span { border-color: rgb(114,138,59); }

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