#72A53A

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

Shades of Sushi #72A53A

Tints of Sushi #72A53A

Color information

#72A53A (or 0x72A53A) is unknown color: approx Sushi. HEX triplet: 72, A5 and 3A. RGB value is (114,165,58). Sum of RGB (Red+Green+Blue) = 114+165+58=337 (44% of max value = 765). Red value is 114 (44.92% from 255 or 33.83% from 337); Green value is 165 (64.84% from 255 or 48.96% from 337); Blue value is 58 (23.05% from 255 or 17.21% from 337); Max value from RGB is 165 - color contains mainly: green. Hex color #72A53A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #72A53A is #8D5AC5. Grayscale: #898989. Windows color (decimal): -9263814 or 3843442. OLE color: 3843442.

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

Color convert

RGB11416558-
CMYK0.3100.650.35
HSL88.6º47.98%43.73%-
HSV(B)88.6º64.85%64.71%-
XYZ21.1630.798.83-
YUV137.5583.1111.2-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 33.83%
GREEN value IS 165 (64.84% from 255) = 48.96%
BLUE value IS 58 (23.05% from 255) = 17.21%
R=33.83%
G=48.96%
B=17.21%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal114165580.3100.650.3588.647.9843.73
Hex72A53A1F0412359302c
Octal16224572370101431316054
Binary11100101010010111101011111010000011000111011001110000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72A53A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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