#729331

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

Shades of Sushi #729331

Tints of Sushi #729331

Color information

#729331 (or 0x729331) is unknown color: approx Sushi. HEX triplet: 72, 93 and 31. RGB value is (114,147,49). Sum of RGB (Red+Green+Blue) = 114+147+49=310 (41% of max value = 765). Red value is 114 (44.92% from 255 or 36.77% from 310); Green value is 147 (57.81% from 255 or 47.42% from 310); Blue value is 49 (19.53% from 255 or 15.81% from 310); Max value from RGB is 147 - color contains mainly: green. Hex color #729331 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #729331 is #8D6CCE. Grayscale: #7E7E7E. Windows color (decimal): -9268431 or 3249010. OLE color: 3249010.

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

Color convert

RGB11414749-
CMYK0.2200.670.42
HSL80.2º50%38.43%-
HSV(B)80.2º66.67%57.65%-
XYZ17.9324.676.72-
YUV125.9684.57119.47-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 36.77%
GREEN value IS 147 (57.81% from 255) = 47.42%
BLUE value IS 49 (19.53% from 255) = 15.81%
R=36.77%
G=47.42%
B=15.81%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal114147490.2200.670.4280.25038.43
Hex729331160432A503226
Octal16222361260103521206246
Binary11100101001001111000110110010000111010101010000110010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #729331

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #729331; }

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

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

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

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

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

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

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

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