#71B48D

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

Shades of Bay Leaf #71B48D

Tints of Bay Leaf #71B48D

Color information

#71B48D (or 0x71B48D) is unknown color: approx Bay Leaf. HEX triplet: 71, B4 and 8D. RGB value is (113,180,141). Sum of RGB (Red+Green+Blue) = 113+180+141=434 (57% of max value = 765). Red value is 113 (44.53% from 255 or 26.04% from 434); Green value is 180 (70.70% from 255 or 41.47% from 434); Blue value is 141 (55.47% from 255 or 32.49% from 434); Max value from RGB is 180 - color contains mainly: green. Hex color #71B48D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #71B48D is #8E4B72. Grayscale: #9B9B9B. Windows color (decimal): -9325427 or 9286769. OLE color: 9286769.

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

Color convert

RGB113180141-
CMYK0.3700.220.29
HSL145.07º30.88%57.45%-
HSV(B)145.07º37.22%70.59%-
XYZ27.9438.0831.08-
YUV155.52119.897.67-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 26.04%
GREEN value IS 180 (70.70% from 255) = 41.47%
BLUE value IS 141 (55.47% from 255) = 32.49%
R=26.04%
G=41.47%
B=32.49%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1131801410.3700.220.29145.0730.8857.45
Hex71B48D250161D911f39
Octal16126421545026352213771
Binary11100011011010010001101100101010110111011001000111111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71B48D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #71B48D; }

 p { color: rgb(113,180,141); }

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

<style>
 a { background-color: #71B48D; }

 a { background-color: rgb(113,180,141); }

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

<style>
 span { border-color: #71B48D; }

 span { border-color: rgb(113,180,141); }

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