#71B48A

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

Shades of Bay Leaf #71B48A

Tints of Bay Leaf #71B48A

Color information

#71B48A (or 0x71B48A) is unknown color: approx Bay Leaf. HEX triplet: 71, B4 and 8A. RGB value is (113,180,138). Sum of RGB (Red+Green+Blue) = 113+180+138=431 (57% of max value = 765). Red value is 113 (44.53% from 255 or 26.22% from 431); Green value is 180 (70.70% from 255 or 41.76% from 431); Blue value is 138 (54.30% from 255 or 32.02% from 431); Max value from RGB is 180 - color contains mainly: green. Hex color #71B48A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #71B48A is #8E4B75. Grayscale: #9B9B9B. Windows color (decimal): -9325430 or 9090161. OLE color: 9090161.

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

Color convert

RGB113180138-
CMYK0.3700.230.29
HSL142.39º30.88%57.45%-
HSV(B)142.39º37.22%70.59%-
XYZ27.7237.9929.92-
YUV155.18118.397.92-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 26.22%
GREEN value IS 180 (70.70% from 255) = 41.76%
BLUE value IS 138 (54.30% from 255) = 32.02%
R=26.22%
G=41.76%
B=32.02%

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
Decimal1131801380.3700.230.29142.3930.8857.45
Hex71B48A250171D8e1f39
Octal16126421245027352163771
Binary11100011011010010001010100101010111111011000111011111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71B48A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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