#729342

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

Shades of Sushi #729342

Tints of Sushi #729342

Color information

#729342 (or 0x729342) is unknown color: approx Sushi. HEX triplet: 72, 93 and 42. RGB value is (114,147,66). Sum of RGB (Red+Green+Blue) = 114+147+66=327 (43% of max value = 765). Red value is 114 (44.92% from 255 or 34.86% from 327); Green value is 147 (57.81% from 255 or 44.95% from 327); Blue value is 66 (26.17% from 255 or 20.18% from 327); Max value from RGB is 147 - color contains mainly: green. Hex color #729342 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #729342 is #8D6CBD. Grayscale: #808080. Windows color (decimal): -9268414 or 4363122. OLE color: 4363122.

HSL color Cylindrical-coordinate representation of color #729342: hue angle of 84.44º 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 #729342 is Cyan = 0.22, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.42.

Color convert

RGB11414766-
CMYK0.2200.550.42
HSL84.44º38.03%41.76%-
HSV(B)84.44º55.1%57.65%-
XYZ18.3624.848.98-
YUV127.993.07118.09-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 34.86%
GREEN value IS 147 (57.81% from 255) = 44.95%
BLUE value IS 66 (26.17% from 255) = 20.18%
R=34.86%
G=44.95%
B=20.18%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal114147660.2200.550.4284.4438.0341.76
Hex729342160372A54262a
Octal16222310226067521244652
Binary11100101001001110000101011001101111010101010100100110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #729342

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #729342; }

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

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

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

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

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

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

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

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