#739576

Color #739576 Laurel (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Laurel #739576

Tints of Laurel #739576

Color information

#739576 (or 0x739576) is unknown color: approx Laurel. HEX triplet: 73, 95 and 76. RGB value is (115,149,118). Sum of RGB (Red+Green+Blue) = 115+149+118=382 (50% of max value = 765). Red value is 115 (45.31% from 255 or 30.10% from 382); Green value is 149 (58.59% from 255 or 39.01% from 382); Blue value is 118 (46.48% from 255 or 30.89% from 382); Max value from RGB is 149 - color contains mainly: green. Hex color #739576 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #739576 is #8C6A89. Grayscale: #878787. Windows color (decimal): -9202314 or 7771507. OLE color: 7771507.

HSL color Cylindrical-coordinate representation of color #739576: hue angle of 125.29º degrees, saturation: 0.14, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #739576 is Cyan = 0.23, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.42.

Color convert

RGB115149118-
CMYK0.2300.210.42
HSL125.29º13.82%51.76%-
HSV(B)125.29º22.82%58.43%-
XYZ21.0926.4521.13-
YUV135.3118.24113.52-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 30.10%
GREEN value IS 149 (58.59% from 255) = 39.01%
BLUE value IS 118 (46.48% from 255) = 30.89%
R=30.10%
G=39.01%
B=30.89%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1151491180.2300.210.42125.2913.8251.76
Hex739576170152A7de34
Octal16322516627025521751664
Binary11100111001010111101101011101010110101011111011110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #739576

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #739576; }

 p { color: rgb(115,149,118); }

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

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

 a { background-color: rgb(115,149,118); }

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

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

 span { border-color: rgb(115,149,118); }

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