#729345

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

Shades of Sushi #729345

Tints of Sushi #729345

Color information

#729345 (or 0x729345) is unknown color: approx Sushi. HEX triplet: 72, 93 and 45. RGB value is (114,147,69). Sum of RGB (Red+Green+Blue) = 114+147+69=330 (43% of max value = 765). Red value is 114 (44.92% from 255 or 34.55% from 330); Green value is 147 (57.81% from 255 or 44.55% from 330); Blue value is 69 (27.34% from 255 or 20.91% from 330); Max value from RGB is 147 - color contains mainly: green. Hex color #729345 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #729345 is #8D6CBA. Grayscale: #808080. Windows color (decimal): -9268411 or 4559730. OLE color: 4559730.

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

Color convert

RGB11414769-
CMYK0.2200.530.42
HSL85.38º36.11%42.35%-
HSV(B)85.38º53.06%57.65%-
XYZ18.4524.879.46-
YUV128.2494.57117.84-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 34.55%
GREEN value IS 147 (57.81% from 255) = 44.55%
BLUE value IS 69 (27.34% from 255) = 20.91%
R=34.55%
G=44.55%
B=20.91%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal114147690.2200.530.4285.3836.1142.35
Hex729345160352A55242a
Octal16222310526065521254452
Binary11100101001001110001011011001101011010101010101100100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #729345

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #729345; }

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

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

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

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

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

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

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

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