#728136

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

Shades of Wasabi #728136

Tints of Wasabi #728136

Color information

#728136 (or 0x728136) is unknown color: approx Wasabi. HEX triplet: 72, 81 and 36. RGB value is (114,129,54). Sum of RGB (Red+Green+Blue) = 114+129+54=297 (39% of max value = 765). Red value is 114 (44.92% from 255 or 38.38% from 297); Green value is 129 (50.78% from 255 or 43.43% from 297); Blue value is 54 (21.48% from 255 or 18.18% from 297); Max value from RGB is 129 - color contains mainly: green. Hex color #728136 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #728136 is #8D7EC9. Grayscale: #747474. Windows color (decimal): -9273034 or 3572082. OLE color: 3572082.

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

Color convert

RGB11412954-
CMYK0.1200.580.49
HSL72º40.98%35.88%-
HSV(B)72º58.14%50.59%-
XYZ15.4619.546.45-
YUV115.9693.03126.6-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 38.38%
GREEN value IS 129 (50.78% from 255) = 43.43%
BLUE value IS 54 (21.48% from 255) = 18.18%
R=38.38%
G=43.43%
B=18.18%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal114129540.1200.580.497240.9835.88
Hex728136C03A31482924
Octal1622016614072611105144
Binary111001010000001110110110001110101100011001000101001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #728136

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #728136; }

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

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

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

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

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

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

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

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