#72A533

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

Shades of Sushi #72A533

Tints of Sushi #72A533

Color information

#72A533 (or 0x72A533) is unknown color: approx Sushi. HEX triplet: 72, A5 and 33. RGB value is (114,165,51). Sum of RGB (Red+Green+Blue) = 114+165+51=330 (43% of max value = 765). Red value is 114 (44.92% from 255 or 34.55% from 330); Green value is 165 (64.84% from 255 or 50% from 330); Blue value is 51 (20.31% from 255 or 15.45% from 330); Max value from RGB is 165 - color contains mainly: green. Hex color #72A533 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #72A533 is #8D5ACC. Grayscale: #898989. Windows color (decimal): -9263821 or 3384690. OLE color: 3384690.

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

Color convert

RGB11416551-
CMYK0.3100.690.35
HSL86.84º52.78%42.35%-
HSV(B)86.84º69.09%64.71%-
XYZ20.9930.737.96-
YUV136.7579.6111.77-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 34.55%
GREEN value IS 165 (64.84% from 255) = 50%
BLUE value IS 51 (20.31% from 255) = 15.45%
R=34.55%
G=50%
B=15.45%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal114165510.3100.690.3586.8452.7842.35
Hex72A5331F0452357352a
Octal16224563370105431276552
Binary11100101010010111001111111010001011000111010111110101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72A533

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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