#72B58A

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

Shades of Bay Leaf #72B58A

Tints of Bay Leaf #72B58A

Color information

#72B58A (or 0x72B58A) is unknown color: approx Bay Leaf. HEX triplet: 72, B5 and 8A. RGB value is (114,181,138). Sum of RGB (Red+Green+Blue) = 114+181+138=433 (57% of max value = 765). Red value is 114 (44.92% from 255 or 26.33% from 433); Green value is 181 (71.09% from 255 or 41.80% from 433); Blue value is 138 (54.30% from 255 or 31.87% from 433); Max value from RGB is 181 - color contains mainly: green. Hex color #72B58A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #72B58A is #8D4A75. Grayscale: #9C9C9C. Windows color (decimal): -9259638 or 9090418. OLE color: 9090418.

HSL color Cylindrical-coordinate representation of color #72B58A: hue angle of 141.49º degrees, saturation: 0.31, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #72B58A is Cyan = 0.37, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.29.

Color convert

RGB114181138-
CMYK0.3700.240.29
HSL141.49º31.16%57.84%-
HSV(B)141.49º37.02%70.98%-
XYZ28.0538.4629.99-
YUV156.06117.898-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 26.33%
GREEN value IS 181 (71.09% from 255) = 41.80%
BLUE value IS 138 (54.30% from 255) = 31.87%
R=26.33%
G=41.80%
B=31.87%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1141811380.3700.240.29141.4931.1657.84
Hex72B58A250181D8d1f3a
Octal16226521245030352153772
Binary11100101011010110001010100101011000111011000110111111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72B58A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,181,138); }

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

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

 a { background-color: rgb(114,181,138); }

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

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

 span { border-color: rgb(114,181,138); }

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