#728138

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

Shades of Wasabi #728138

Tints of Wasabi #728138

Color information

#728138 (or 0x728138) is unknown color: approx Wasabi. HEX triplet: 72, 81 and 38. RGB value is (114,129,56). Sum of RGB (Red+Green+Blue) = 114+129+56=299 (39% of max value = 765). Red value is 114 (44.92% from 255 or 38.13% from 299); Green value is 129 (50.78% from 255 or 43.14% from 299); Blue value is 56 (22.27% from 255 or 18.73% from 299); Max value from RGB is 129 - color contains mainly: green. Hex color #728138 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #728138 is #8D7EC7. Grayscale: #747474. Windows color (decimal): -9273032 or 3703154. OLE color: 3703154.

HSL color Cylindrical-coordinate representation of color #728138: hue angle of 72.33º degrees, saturation: 0.39, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #728138 is Cyan = 0.12, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.49.

Color convert

RGB11412956-
CMYK0.1200.570.49
HSL72.33º39.46%36.27%-
HSV(B)72.33º56.59%50.59%-
XYZ15.519.566.7-
YUV116.1994.03126.44-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 38.13%
GREEN value IS 129 (50.78% from 255) = 43.14%
BLUE value IS 56 (22.27% from 255) = 18.73%
R=38.13%
G=43.14%
B=18.73%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal114129560.1200.570.4972.3339.4636.27
Hex728138C03931482724
Octal1622017014071611104744
Binary111001010000001111000110001110011100011001000100111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #728138

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #728138; }

 p { color: rgb(114,129,56); }

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

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

 a { background-color: rgb(114,129,56); }

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

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

 span { border-color: rgb(114,129,56); }

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