#74B48C

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

Shades of Bay Leaf #74B48C

Tints of Bay Leaf #74B48C

Color information

#74B48C (or 0x74B48C) is unknown color: approx Bay Leaf. HEX triplet: 74, B4 and 8C. RGB value is (116,180,140). Sum of RGB (Red+Green+Blue) = 116+180+140=436 (57% of max value = 765). Red value is 116 (45.70% from 255 or 26.61% from 436); Green value is 180 (70.70% from 255 or 41.28% from 436); Blue value is 140 (55.08% from 255 or 32.11% from 436); Max value from RGB is 180 - color contains mainly: green. Hex color #74B48C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74B48C is #8B4B73. Grayscale: #9C9C9C. Windows color (decimal): -9128820 or 9221236. OLE color: 9221236.

HSL color Cylindrical-coordinate representation of color #74B48C: hue angle of 142.5º degrees, saturation: 0.3, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #74B48C is Cyan = 0.36, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.29.

Color convert

RGB116180140-
CMYK0.3600.220.29
HSL142.5º29.91%58.04%-
HSV(B)142.5º35.56%70.59%-
XYZ28.2638.2530.7-
YUV156.3118.899.25-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 26.61%
GREEN value IS 180 (70.70% from 255) = 41.28%
BLUE value IS 140 (55.08% from 255) = 32.11%
R=26.61%
G=41.28%
B=32.11%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1161801400.3600.220.29142.529.9158.04
Hex74B48C240161D8e1e3a
Octal16426421444026352163672
Binary11101001011010010001100100100010110111011000111011110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74B48C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #74B48C; }

 p { color: rgb(116,180,140); }

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

<style>
 a { background-color: #74B48C; }

 a { background-color: rgb(116,180,140); }

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

<style>
 span { border-color: #74B48C; }

 span { border-color: rgb(116,180,140); }

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