#72A534

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

Shades of Sushi #72A534

Tints of Sushi #72A534

Color information

#72A534 (or 0x72A534) is unknown color: approx Sushi. HEX triplet: 72, A5 and 34. RGB value is (114,165,52). Sum of RGB (Red+Green+Blue) = 114+165+52=331 (43% of max value = 765). Red value is 114 (44.92% from 255 or 34.44% from 331); Green value is 165 (64.84% from 255 or 49.85% from 331); Blue value is 52 (20.70% from 255 or 15.71% from 331); Max value from RGB is 165 - color contains mainly: green. Hex color #72A534 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #72A534 is #8D5ACB. Grayscale: #898989. Windows color (decimal): -9263820 or 3450226. OLE color: 3450226.

HSL color Cylindrical-coordinate representation of color #72A534: hue angle of 87.08º degrees, saturation: 0.52, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #72A534 is Cyan = 0.31, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.35.

Color convert

RGB11416552-
CMYK0.3100.680.35
HSL87.08º52.07%42.55%-
HSV(B)87.08º68.48%64.71%-
XYZ21.0130.748.07-
YUV136.8780.1111.69-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 34.44%
GREEN value IS 165 (64.84% from 255) = 49.85%
BLUE value IS 52 (20.70% from 255) = 15.71%
R=34.44%
G=49.85%
B=15.71%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal114165520.3100.680.3587.0852.0742.55
Hex72A5341F0442357342b
Octal16224564370104431276453
Binary11100101010010111010011111010001001000111010111110100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72A534

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72A534; }

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

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

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

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

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

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

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

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