#729B28

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

Shades of Sushi #729B28

Tints of Sushi #729B28

Color information

#729B28 (or 0x729B28) is unknown color: approx Sushi. HEX triplet: 72, 9B and 28. RGB value is (114,155,40). Sum of RGB (Red+Green+Blue) = 114+155+40=309 (40% of max value = 765). Red value is 114 (44.92% from 255 or 36.89% from 309); Green value is 155 (60.94% from 255 or 50.16% from 309); Blue value is 40 (16.02% from 255 or 12.94% from 309); Max value from RGB is 155 - color contains mainly: green. Hex color #729B28 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #729B28 is #8D64D7. Grayscale: #828282. Windows color (decimal): -9266392 or 2661234. OLE color: 2661234.

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

Color convert

RGB11415540-
CMYK0.2600.740.39
HSL81.39º58.97%38.24%-
HSV(B)81.39º74.19%60.78%-
XYZ19.0427.176.25-
YUV129.6377.42116.85-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 36.89%
GREEN value IS 155 (60.94% from 255) = 50.16%
BLUE value IS 40 (16.02% from 255) = 12.94%
R=36.89%
G=50.16%
B=12.94%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal114155400.2600.740.3981.3958.9738.24
Hex729B281A04A27513b26
Octal16223350320112471217346
Binary11100101001101110100011010010010101001111010001111011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #729B28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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