#74B58D

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

Shades of Bay Leaf #74B58D

Tints of Bay Leaf #74B58D

Color information

#74B58D (or 0x74B58D) is unknown color: approx Bay Leaf. HEX triplet: 74, B5 and 8D. RGB value is (116,181,141). Sum of RGB (Red+Green+Blue) = 116+181+141=438 (58% of max value = 765). Red value is 116 (45.70% from 255 or 26.48% from 438); Green value is 181 (71.09% from 255 or 41.32% from 438); Blue value is 141 (55.47% from 255 or 32.19% from 438); Max value from RGB is 181 - color contains mainly: green. Hex color #74B58D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74B58D is #8B4A72. Grayscale: #9D9D9D. Windows color (decimal): -9128563 or 9287028. OLE color: 9287028.

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

Color convert

RGB116181141-
CMYK0.3600.220.29
HSL143.08º30.52%58.24%-
HSV(B)143.08º35.91%70.98%-
XYZ28.5338.6831.16-
YUV157118.9798.75-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 26.48%
GREEN value IS 181 (71.09% from 255) = 41.32%
BLUE value IS 141 (55.47% from 255) = 32.19%
R=26.48%
G=41.32%
B=32.19%

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
Decimal1161811410.3600.220.29143.0830.5258.24
Hex74B58D240161D8f1f3a
Octal16426521544026352173772
Binary11101001011010110001101100100010110111011000111111111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74B58D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,181,141); }

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

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

 a { background-color: rgb(116,181,141); }

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

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

 span { border-color: rgb(116,181,141); }

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