#739473

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

Shades of Laurel #739473

Tints of Laurel #739473

Color information

#739473 (or 0x739473) is unknown color: approx Laurel. HEX triplet: 73, 94 and 73. RGB value is (115,148,115). Sum of RGB (Red+Green+Blue) = 115+148+115=378 (50% of max value = 765). Red value is 115 (45.31% from 255 or 30.42% from 378); Green value is 148 (58.20% from 255 or 39.15% from 378); Blue value is 115 (45.31% from 255 or 30.42% from 378); Max value from RGB is 148 - color contains mainly: green. Hex color #739473 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #739473 is #8C6B8C. Grayscale: #868686. Windows color (decimal): -9202573 or 7574643. OLE color: 7574643.

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

Color convert

RGB115148115-
CMYK0.2200.220.42
HSL120º13.36%51.57%-
HSV(B)120º22.3%58.04%-
XYZ20.7526.0620.16-
YUV134.37117.07114.18-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 30.42%
GREEN value IS 148 (58.20% from 255) = 39.15%
BLUE value IS 115 (45.31% from 255) = 30.42%
R=30.42%
G=39.15%
B=30.42%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1151481150.2200.220.4212013.3651.57
Hex739473160162A78d34
Octal16322416326026521701564
Binary11100111001010011100111011001011010101011110001101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #739473

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #739473; }

 p { color: rgb(115,148,115); }

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

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

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

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

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

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

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