#72AB38

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

Shades of Sushi #72AB38

Tints of Sushi #72AB38

Color information

#72AB38 (or 0x72AB38) is unknown color: approx Sushi. HEX triplet: 72, AB and 38. RGB value is (114,171,56). Sum of RGB (Red+Green+Blue) = 114+171+56=341 (45% of max value = 765). Red value is 114 (44.92% from 255 or 33.43% from 341); Green value is 171 (67.19% from 255 or 50.15% from 341); Blue value is 56 (22.27% from 255 or 16.42% from 341); Max value from RGB is 171 - color contains mainly: green. Hex color #72AB38 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #72AB38 is #8D54C7. Grayscale: #8D8D8D. Windows color (decimal): -9262280 or 3713906. OLE color: 3713906.

HSL color Cylindrical-coordinate representation of color #72AB38: hue angle of 89.74º degrees, saturation: 0.51, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #72AB38 is Cyan = 0.33, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.33.

Color convert

RGB11417156-
CMYK0.3300.670.33
HSL89.74º50.66%44.51%-
HSV(B)89.74º67.25%67.06%-
XYZ22.2232.998.94-
YUV140.8580.12108.85-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 33.43%
GREEN value IS 171 (67.19% from 255) = 50.15%
BLUE value IS 56 (22.27% from 255) = 16.42%
R=33.43%
G=50.15%
B=16.42%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal114171560.3300.670.3389.7450.6644.51
Hex72AB3821043215a332d
Octal16225370410103411326355
Binary111001010101011111000100001010000111000011011010110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72AB38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,171,56); }

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

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

 a { background-color: rgb(114,171,56); }

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

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

 span { border-color: rgb(114,171,56); }

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