#729135

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

Shades of Sushi #729135

Tints of Sushi #729135

Color information

#729135 (or 0x729135) is unknown color: approx Sushi. HEX triplet: 72, 91 and 35. RGB value is (114,145,53). Sum of RGB (Red+Green+Blue) = 114+145+53=312 (41% of max value = 765). Red value is 114 (44.92% from 255 or 36.54% from 312); Green value is 145 (57.03% from 255 or 46.47% from 312); Blue value is 53 (21.09% from 255 or 16.99% from 312); Max value from RGB is 145 - color contains mainly: green. Hex color #729135 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #729135 is #8D6ECA. Grayscale: #7D7D7D. Windows color (decimal): -9268939 or 3510642. OLE color: 3510642.

HSL color Cylindrical-coordinate representation of color #729135: hue angle of 80.22º degrees, saturation: 0.46, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #729135 is Cyan = 0.21, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.43.

Color convert

RGB11414553-
CMYK0.2100.630.43
HSL80.22º46.46%38.82%-
HSV(B)80.22º63.45%56.86%-
XYZ17.7124.097.08-
YUV125.2487.23119.98-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 36.54%
GREEN value IS 145 (57.03% from 255) = 46.47%
BLUE value IS 53 (21.09% from 255) = 16.99%
R=36.54%
G=46.47%
B=16.99%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal114145530.2100.630.4380.2246.4638.82
Hex7291351503F2B502e27
Octal1622216525077531205647
Binary1110010100100011101011010101111111010111010000101110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #729135

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #729135; }

 p { color: rgb(114,145,53); }

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

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

 a { background-color: rgb(114,145,53); }

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

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

 span { border-color: rgb(114,145,53); }

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