#729240

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

Shades of Sushi #729240

Tints of Sushi #729240

Color information

#729240 (or 0x729240) is unknown color: approx Sushi. HEX triplet: 72, 92 and 40. RGB value is (114,146,64). Sum of RGB (Red+Green+Blue) = 114+146+64=324 (42% of max value = 765). Red value is 114 (44.92% from 255 or 35.19% from 324); Green value is 146 (57.42% from 255 or 45.06% from 324); Blue value is 64 (25.39% from 255 or 19.75% from 324); Max value from RGB is 146 - color contains mainly: green. Hex color #729240 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #729240 is #8D6DBF. Grayscale: #7F7F7F. Windows color (decimal): -9268672 or 4231794. OLE color: 4231794.

HSL color Cylindrical-coordinate representation of color #729240: hue angle of 83.41º degrees, saturation: 0.39, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #729240 is Cyan = 0.22, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.43.

Color convert

RGB11414664-
CMYK0.2200.560.43
HSL83.41º39.05%41.18%-
HSV(B)83.41º56.16%57.25%-
XYZ18.1424.518.62-
YUV127.0892.4118.67-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 35.19%
GREEN value IS 146 (57.42% from 255) = 45.06%
BLUE value IS 64 (25.39% from 255) = 19.75%
R=35.19%
G=45.06%
B=19.75%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal114146640.2200.560.4383.4139.0541.18
Hex729240160382B532729
Octal16222210026070531234751
Binary11100101001001010000001011001110001010111010011100111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #729240

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #729240; }

 p { color: rgb(114,146,64); }

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

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

 a { background-color: rgb(114,146,64); }

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

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

 span { border-color: rgb(114,146,64); }

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