#74B588

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

Shades of Bay Leaf #74B588

Tints of Bay Leaf #74B588

Color information

#74B588 (or 0x74B588) is unknown color: approx Bay Leaf. HEX triplet: 74, B5 and 88. RGB value is (116,181,136). Sum of RGB (Red+Green+Blue) = 116+181+136=433 (57% of max value = 765). Red value is 116 (45.70% from 255 or 26.79% from 433); Green value is 181 (71.09% from 255 or 41.80% from 433); Blue value is 136 (53.52% from 255 or 31.41% from 433); Max value from RGB is 181 - color contains mainly: green. Hex color #74B588 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74B588 is #8B4A77. Grayscale: #9C9C9C. Windows color (decimal): -9128568 or 8959348. OLE color: 8959348.

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

Color convert

RGB116181136-
CMYK0.3600.250.29
HSL138.46º30.52%58.24%-
HSV(B)138.46º35.91%70.98%-
XYZ28.1738.5429.25-
YUV156.43116.4799.16-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 26.79%
GREEN value IS 181 (71.09% from 255) = 41.80%
BLUE value IS 136 (53.52% from 255) = 31.41%
R=26.79%
G=41.80%
B=31.41%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1161811360.3600.250.29138.4630.5258.24
Hex74B588240191D8a1f3a
Octal16426521044031352123772
Binary11101001011010110001000100100011001111011000101011111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74B588

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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