#74B48E

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

Shades of Bay Leaf #74B48E

Tints of Bay Leaf #74B48E

Color information

#74B48E (or 0x74B48E) is unknown color: approx Bay Leaf. HEX triplet: 74, B4 and 8E. RGB value is (116,180,142). Sum of RGB (Red+Green+Blue) = 116+180+142=438 (58% of max value = 765). Red value is 116 (45.70% from 255 or 26.48% from 438); Green value is 180 (70.70% from 255 or 41.10% from 438); Blue value is 142 (55.86% from 255 or 32.42% from 438); Max value from RGB is 180 - color contains mainly: green. Hex color #74B48E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74B48E is #8B4B71. Grayscale: #9C9C9C. Windows color (decimal): -9128818 or 9352308. OLE color: 9352308.

HSL color Cylindrical-coordinate representation of color #74B48E: hue angle of 144.38º 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 #74B48E is Cyan = 0.36, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.29.

Color convert

RGB116180142-
CMYK0.3600.210.29
HSL144.38º29.91%58.04%-
HSV(B)144.38º35.56%70.59%-
XYZ28.4138.3131.49-
YUV156.53119.899.09-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 26.48%
GREEN value IS 180 (70.70% from 255) = 41.10%
BLUE value IS 142 (55.86% from 255) = 32.42%
R=26.48%
G=41.10%
B=32.42%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1161801420.3600.210.29144.3829.9158.04
Hex74B48E240151D901e3a
Octal16426421644025352203672
Binary11101001011010010001110100100010101111011001000011110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74B48E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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