#72a535

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

Shades of Sushi #72A535

Tints of Sushi #72A535

Color information

#72A535 (or 0x72A535) is unknown color: approx Sushi. HEX triplet: 72, A5 and 35. RGB value is (114,165,53). Sum of RGB (Red+Green+Blue) = 114+165+53=332 (43% of max value = 765). Red value is 114 (44.92% from 255 or 34.34% from 332); Green value is 165 (64.84% from 255 or 49.70% from 332); Blue value is 53 (21.09% from 255 or 15.96% from 332); Max value from RGB is 165 - color contains mainly: green. Hex color #72A535 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #72A535 is #8D5ACA. Grayscale: #898989. Windows color (decimal): -9263819 or 3515762. OLE color: 3515762.

HSL color Cylindrical-coordinate representation of color #72A535: hue angle of 87.32º degrees, saturation: 0.51, 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 #72A535 is Cyan = 0.31, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.35.

Color convert

RGB11416553-
CMYK0.3100.680.35
HSL87.32º51.38%42.75%-
HSV(B)87.32º67.88%64.71%-
XYZ21.0430.748.19-
YUV136.9880.6111.61-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 34.34%
GREEN value IS 165 (64.84% from 255) = 49.70%
BLUE value IS 53 (21.09% from 255) = 15.96%
R=34.34%
G=49.70%
B=15.96%

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
Decimal114165530.3100.680.3587.3251.3842.75
Hex72A5351F0442357332b
Octal16224565370104431276353
Binary11100101010010111010111111010001001000111010111110011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72a535

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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