#71B48B

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

Shades of Bay Leaf #71B48B

Tints of Bay Leaf #71B48B

Color information

#71B48B (or 0x71B48B) is unknown color: approx Bay Leaf. HEX triplet: 71, B4 and 8B. RGB value is (113,180,139). Sum of RGB (Red+Green+Blue) = 113+180+139=432 (57% of max value = 765). Red value is 113 (44.53% from 255 or 26.16% from 432); Green value is 180 (70.70% from 255 or 41.67% from 432); Blue value is 139 (54.69% from 255 or 32.18% from 432); Max value from RGB is 180 - color contains mainly: green. Hex color #71B48B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #71B48B is #8E4B74. Grayscale: #9B9B9B. Windows color (decimal): -9325429 or 9155697. OLE color: 9155697.

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

Color convert

RGB113180139-
CMYK0.3700.230.29
HSL143.28º30.88%57.45%-
HSV(B)143.28º37.22%70.59%-
XYZ27.7938.0230.3-
YUV155.29118.897.83-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 26.16%
GREEN value IS 180 (70.70% from 255) = 41.67%
BLUE value IS 139 (54.69% from 255) = 32.18%
R=26.16%
G=41.67%
B=32.18%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1131801390.3700.230.29143.2830.8857.45
Hex71B48B250171D8f1f39
Octal16126421345027352173771
Binary11100011011010010001011100101010111111011000111111111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71B48B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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