#72B38D

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

Shades of Bay Leaf #72B38D

Tints of Bay Leaf #72B38D

Color information

#72B38D (or 0x72B38D) is unknown color: approx Bay Leaf. HEX triplet: 72, B3 and 8D. RGB value is (114,179,141). Sum of RGB (Red+Green+Blue) = 114+179+141=434 (57% of max value = 765). Red value is 114 (44.92% from 255 or 26.27% from 434); Green value is 179 (70.31% from 255 or 41.24% from 434); Blue value is 141 (55.47% from 255 or 32.49% from 434); Max value from RGB is 179 - color contains mainly: green. Hex color #72B38D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #72B38D is #8D4C72. Grayscale: #9B9B9B. Windows color (decimal): -9260147 or 9286514. OLE color: 9286514.

HSL color Cylindrical-coordinate representation of color #72B38D: hue angle of 144.92º degrees, saturation: 0.3, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #72B38D is Cyan = 0.36, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.30.

Color convert

RGB114179141-
CMYK0.3600.210.30
HSL144.92º29.95%57.45%-
HSV(B)144.92º36.31%70.2%-
XYZ27.8737.7431.02-
YUV155.23119.9798.59-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 26.27%
GREEN value IS 179 (70.31% from 255) = 41.24%
BLUE value IS 141 (55.47% from 255) = 32.49%
R=26.27%
G=41.24%
B=32.49%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1141791410.3600.210.30144.9229.9557.45
Hex72B38D240151E911e39
Octal16226321544025362213671
Binary11100101011001110001101100100010101111101001000111110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72B38D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,179,141); }

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

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

 a { background-color: rgb(114,179,141); }

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

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

 span { border-color: rgb(114,179,141); }

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