#729534

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

Shades of Sushi #729534

Tints of Sushi #729534

Color information

#729534 (or 0x729534) is unknown color: approx Sushi. HEX triplet: 72, 95 and 34. RGB value is (114,149,52). Sum of RGB (Red+Green+Blue) = 114+149+52=315 (41% of max value = 765). Red value is 114 (44.92% from 255 or 36.19% from 315); Green value is 149 (58.59% from 255 or 47.30% from 315); Blue value is 52 (20.70% from 255 or 16.51% from 315); Max value from RGB is 149 - color contains mainly: green. Hex color #729534 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #729534 is #8D6ACB. Grayscale: #7F7F7F. Windows color (decimal): -9267916 or 3446130. OLE color: 3446130.

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

Color convert

RGB11414952-
CMYK0.2300.650.42
HSL81.65º48.26%39.41%-
HSV(B)81.65º65.1%58.43%-
XYZ18.3125.327.17-
YUV127.4885.4118.39-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 36.19%
GREEN value IS 149 (58.59% from 255) = 47.30%
BLUE value IS 52 (20.70% from 255) = 16.51%
R=36.19%
G=47.30%
B=16.51%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal114149520.2300.650.4281.6548.2639.41
Hex729534170412A523027
Octal16222564270101521226047
Binary11100101001010111010010111010000011010101010010110000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #729534

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #729534; }

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

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

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

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

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

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

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

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