#72A530

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

Shades of Sushi #72A530

Tints of Sushi #72A530

Color information

#72A530 (or 0x72A530) is unknown color: approx Sushi. HEX triplet: 72, A5 and 30. RGB value is (114,165,48). Sum of RGB (Red+Green+Blue) = 114+165+48=327 (43% of max value = 765). Red value is 114 (44.92% from 255 or 34.86% from 327); Green value is 165 (64.84% from 255 or 50.46% from 327); Blue value is 48 (19.14% from 255 or 14.68% from 327); Max value from RGB is 165 - color contains mainly: green. Hex color #72A530 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #72A530 is #8D5ACF. Grayscale: #888888. Windows color (decimal): -9263824 or 3188082. OLE color: 3188082.

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

Color convert

RGB11416548-
CMYK0.3100.710.35
HSL86.15º54.93%41.76%-
HSV(B)86.15º70.91%64.71%-
XYZ20.9330.77.62-
YUV136.4178.1112.01-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 34.86%
GREEN value IS 165 (64.84% from 255) = 50.46%
BLUE value IS 48 (19.14% from 255) = 14.68%
R=34.86%
G=50.46%
B=14.68%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal114165480.3100.710.3586.1554.9341.76
Hex72A5301F0472356372a
Octal16224560370107431266752
Binary11100101010010111000011111010001111000111010110110111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72A530

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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