#72b583

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

Shades of Bay Leaf #72B583

Tints of Bay Leaf #72B583

Color information

#72B583 (or 0x72B583) is unknown color: approx Bay Leaf. HEX triplet: 72, B5 and 83. RGB value is (114,181,131). Sum of RGB (Red+Green+Blue) = 114+181+131=426 (56% of max value = 765). Red value is 114 (44.92% from 255 or 26.76% from 426); Green value is 181 (71.09% from 255 or 42.49% from 426); Blue value is 131 (51.56% from 255 or 30.75% from 426); Max value from RGB is 181 - color contains mainly: green. Hex color #72B583 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #72B583 is #8D4A7C. Grayscale: #9B9B9B. Windows color (decimal): -9259645 or 8631666. OLE color: 8631666.

HSL color Cylindrical-coordinate representation of color #72B583: hue angle of 135.22º 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 #72B583 is Cyan = 0.37, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.29.

Color convert

RGB114181131-
CMYK0.3700.280.29
HSL135.22º31.16%57.84%-
HSV(B)135.22º37.02%70.98%-
XYZ27.5638.2627.41-
YUV155.27114.398.57-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 26.76%
GREEN value IS 181 (71.09% from 255) = 42.49%
BLUE value IS 131 (51.56% from 255) = 30.75%
R=26.76%
G=42.49%
B=30.75%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1141811310.3700.280.29135.2231.1657.84
Hex72B5832501C1D871f3a
Octal16226520345034352073772
Binary11100101011010110000011100101011100111011000011111111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72b583

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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