#74B58E

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

Shades of Bay Leaf #74B58E

Tints of Bay Leaf #74B58E

Color information

#74B58E (or 0x74B58E) is unknown color: approx Bay Leaf. HEX triplet: 74, B5 and 8E. RGB value is (116,181,142). Sum of RGB (Red+Green+Blue) = 116+181+142=439 (58% of max value = 765). Red value is 116 (45.70% from 255 or 26.42% from 439); Green value is 181 (71.09% from 255 or 41.23% from 439); Blue value is 142 (55.86% from 255 or 32.35% from 439); Max value from RGB is 181 - color contains mainly: green. Hex color #74B58E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74B58E is #8B4A71. Grayscale: #9D9D9D. Windows color (decimal): -9128562 or 9352564. OLE color: 9352564.

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

Color convert

RGB116181142-
CMYK0.3600.220.29
HSL144º30.52%58.24%-
HSV(B)144º35.91%70.98%-
XYZ28.6138.7131.56-
YUV157.12119.4798.67-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 26.42%
GREEN value IS 181 (71.09% from 255) = 41.23%
BLUE value IS 142 (55.86% from 255) = 32.35%
R=26.42%
G=41.23%
B=32.35%

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
Decimal1161811420.3600.220.2914430.5258.24
Hex74B58E240161D901f3a
Octal16426521644026352203772
Binary11101001011010110001110100100010110111011001000011111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74B58E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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