#728D3E

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

Shades of Sushi #728D3E

Tints of Sushi #728D3E

Color information

#728D3E (or 0x728D3E) is unknown color: approx Sushi. HEX triplet: 72, 8D and 3E. RGB value is (114,141,62). Sum of RGB (Red+Green+Blue) = 114+141+62=317 (41% of max value = 765). Red value is 114 (44.92% from 255 or 35.96% from 317); Green value is 141 (55.47% from 255 or 44.48% from 317); Blue value is 62 (24.61% from 255 or 19.56% from 317); Max value from RGB is 141 - color contains mainly: green. Hex color #728D3E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #728D3E is #8D72C1. Grayscale: #7C7C7C. Windows color (decimal): -9269954 or 4099442. OLE color: 4099442.

HSL color Cylindrical-coordinate representation of color #728D3E: hue angle of 80.51º degrees, saturation: 0.39, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #728D3E is Cyan = 0.19, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.45.

Color convert

RGB11414162-
CMYK0.1900.560.45
HSL80.51º38.92%39.8%-
HSV(B)80.51º56.03%55.29%-
XYZ17.3322.978.08-
YUV123.9293.05120.92-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 35.96%
GREEN value IS 141 (55.47% from 255) = 44.48%
BLUE value IS 62 (24.61% from 255) = 19.56%
R=35.96%
G=44.48%
B=19.56%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal114141620.1900.560.4580.5138.9239.8
Hex728D3E130382D512728
Octal1622157623070551214750
Binary1110010100011011111101001101110001011011010001100111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #728D3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,141,62); }

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

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

 a { background-color: rgb(114,141,62); }

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

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

 span { border-color: rgb(114,141,62); }

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