#729442

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

Shades of Sushi #729442

Tints of Sushi #729442

Color information

#729442 (or 0x729442) is unknown color: approx Sushi. HEX triplet: 72, 94 and 42. RGB value is (114,148,66). Sum of RGB (Red+Green+Blue) = 114+148+66=328 (43% of max value = 765). Red value is 114 (44.92% from 255 or 34.76% from 328); Green value is 148 (58.20% from 255 or 45.12% from 328); Blue value is 66 (26.17% from 255 or 20.12% from 328); Max value from RGB is 148 - color contains mainly: green. Hex color #729442 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #729442 is #8D6BBD. Grayscale: #808080. Windows color (decimal): -9268158 or 4363378. OLE color: 4363378.

HSL color Cylindrical-coordinate representation of color #729442: hue angle of 84.88º degrees, saturation: 0.38, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #729442 is Cyan = 0.23, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.42.

Color convert

RGB11414866-
CMYK0.2300.550.42
HSL84.88º38.32%41.96%-
HSV(B)84.88º55.41%58.04%-
XYZ18.5125.159.03-
YUV128.4992.74117.67-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 34.76%
GREEN value IS 148 (58.20% from 255) = 45.12%
BLUE value IS 66 (26.17% from 255) = 20.12%
R=34.76%
G=45.12%
B=20.12%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal114148660.2300.550.4284.8838.3241.96
Hex729442170372A55262a
Octal16222410227067521254652
Binary11100101001010010000101011101101111010101010101100110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #729442

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #729442; }

 p { color: rgb(114,148,66); }

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

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

 a { background-color: rgb(114,148,66); }

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

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

 span { border-color: rgb(114,148,66); }

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