#729B32

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

Shades of Sushi #729B32

Tints of Sushi #729B32

Color information

#729B32 (or 0x729B32) is unknown color: approx Sushi. HEX triplet: 72, 9B and 32. RGB value is (114,155,50). Sum of RGB (Red+Green+Blue) = 114+155+50=319 (42% of max value = 765). Red value is 114 (44.92% from 255 or 35.74% from 319); Green value is 155 (60.94% from 255 or 48.59% from 319); Blue value is 50 (19.92% from 255 or 15.67% from 319); Max value from RGB is 155 - color contains mainly: green. Hex color #729B32 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #729B32 is #8D64CD. Grayscale: #838383. Windows color (decimal): -9266382 or 3316594. OLE color: 3316594.

HSL color Cylindrical-coordinate representation of color #729B32: hue angle of 83.43º degrees, saturation: 0.51, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #729B32 is Cyan = 0.26, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.39.

Color convert

RGB11415550-
CMYK0.2600.680.39
HSL83.43º51.22%40.2%-
HSV(B)83.43º67.74%60.78%-
XYZ19.2427.257.26-
YUV130.7782.42116.04-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 35.74%
GREEN value IS 155 (60.94% from 255) = 48.59%
BLUE value IS 50 (19.92% from 255) = 15.67%
R=35.74%
G=48.59%
B=15.67%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal114155500.2600.680.3983.4351.2240.2
Hex729B321A04427533328
Octal16223362320104471236350
Binary11100101001101111001011010010001001001111010011110011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #729B32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #729B32; }

 p { color: rgb(114,155,50); }

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

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

 a { background-color: rgb(114,155,50); }

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

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

 span { border-color: rgb(114,155,50); }

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