#72B383

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

Shades of Bay Leaf #72B383

Tints of Bay Leaf #72B383

Color information

#72B383 (or 0x72B383) is unknown color: approx Bay Leaf. HEX triplet: 72, B3 and 83. RGB value is (114,179,131). Sum of RGB (Red+Green+Blue) = 114+179+131=424 (56% of max value = 765). Red value is 114 (44.92% from 255 or 26.89% from 424); Green value is 179 (70.31% from 255 or 42.22% from 424); Blue value is 131 (51.56% from 255 or 30.90% from 424); Max value from RGB is 179 - color contains mainly: green. Hex color #72B383 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #72B383 is #8D4C7C. Grayscale: #9A9A9A. Windows color (decimal): -9260157 or 8631154. OLE color: 8631154.

HSL color Cylindrical-coordinate representation of color #72B383: hue angle of 135.69º 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 #72B383 is Cyan = 0.36, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.30.

Color convert

RGB114179131-
CMYK0.3600.270.30
HSL135.69º29.95%57.45%-
HSV(B)135.69º36.31%70.2%-
XYZ27.1637.4627.27-
YUV154.09114.9799.4-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 26.89%
GREEN value IS 179 (70.31% from 255) = 42.22%
BLUE value IS 131 (51.56% from 255) = 30.90%
R=26.89%
G=42.22%
B=30.90%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1141791310.3600.270.30135.6929.9557.45
Hex72B3832401B1E881e39
Octal16226320344033362103671
Binary11100101011001110000011100100011011111101000100011110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72B383

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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