#72A540

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

Shades of Sushi #72A540

Tints of Sushi #72A540

Color information

#72A540 (or 0x72A540) is unknown color: approx Sushi. HEX triplet: 72, A5 and 40. RGB value is (114,165,64). Sum of RGB (Red+Green+Blue) = 114+165+64=343 (45% of max value = 765). Red value is 114 (44.92% from 255 or 33.24% from 343); Green value is 165 (64.84% from 255 or 48.10% from 343); Blue value is 64 (25.39% from 255 or 18.66% from 343); Max value from RGB is 165 - color contains mainly: green. Hex color #72A540 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #72A540 is #8D5ABF. Grayscale: #8A8A8A. Windows color (decimal): -9263808 or 4236658. OLE color: 4236658.

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

Color convert

RGB11416564-
CMYK0.3100.610.35
HSL90.3º44.1%44.9%-
HSV(B)90.3º61.21%64.71%-
XYZ21.3230.869.68-
YUV138.2486.1110.71-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 33.24%
GREEN value IS 165 (64.84% from 255) = 48.10%
BLUE value IS 64 (25.39% from 255) = 18.66%
R=33.24%
G=48.10%
B=18.66%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal114165640.3100.610.3590.344.144.9
Hex72A5401F03D235a2c2d
Octal16224510037075431325455
Binary11100101010010110000001111101111011000111011010101100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72A540

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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