#729535

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

Shades of Sushi #729535

Tints of Sushi #729535

Color information

#729535 (or 0x729535) is unknown color: approx Sushi. HEX triplet: 72, 95 and 35. RGB value is (114,149,53). Sum of RGB (Red+Green+Blue) = 114+149+53=316 (41% of max value = 765). Red value is 114 (44.92% from 255 or 36.08% from 316); Green value is 149 (58.59% from 255 or 47.15% from 316); Blue value is 53 (21.09% from 255 or 16.77% from 316); Max value from RGB is 149 - color contains mainly: green. Hex color #729535 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #729535 is #8D6ACA. Grayscale: #7F7F7F. Windows color (decimal): -9267915 or 3511666. OLE color: 3511666.

HSL color Cylindrical-coordinate representation of color #729535: hue angle of 81.88º degrees, saturation: 0.48, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #729535 is Cyan = 0.23, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.42.

Color convert

RGB11414953-
CMYK0.2300.640.42
HSL81.88º47.52%39.61%-
HSV(B)81.88º64.43%58.43%-
XYZ18.3325.337.29-
YUV127.5985.9118.31-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 36.08%
GREEN value IS 149 (58.59% from 255) = 47.15%
BLUE value IS 53 (21.09% from 255) = 16.77%
R=36.08%
G=47.15%
B=16.77%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal114149530.2300.640.4281.8847.5239.61
Hex729535170402A523028
Octal16222565270100521226050
Binary11100101001010111010110111010000001010101010010110000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #729535

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #729535; }

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

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

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

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

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

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

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

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