#739472

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

Shades of Laurel #739472

Tints of Laurel #739472

Color information

#739472 (or 0x739472) is unknown color: approx Laurel. HEX triplet: 73, 94 and 72. RGB value is (115,148,114). Sum of RGB (Red+Green+Blue) = 115+148+114=377 (49% of max value = 765). Red value is 115 (45.31% from 255 or 30.50% from 377); Green value is 148 (58.20% from 255 or 39.26% from 377); Blue value is 114 (44.92% from 255 or 30.24% from 377); Max value from RGB is 148 - color contains mainly: green. Hex color #739472 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #739472 is #8C6B8D. Grayscale: #868686. Windows color (decimal): -9202574 or 7509107. OLE color: 7509107.

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

Color convert

RGB115148114-
CMYK0.2200.230.42
HSL118.24º13.71%51.37%-
HSV(B)118.24º22.97%58.04%-
XYZ20.726.0419.85-
YUV134.26116.57114.26-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 30.50%
GREEN value IS 148 (58.20% from 255) = 39.26%
BLUE value IS 114 (44.92% from 255) = 30.24%
R=30.50%
G=39.26%
B=30.24%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1151481140.2200.230.42118.2413.7151.37
Hex739472160172A76e33
Octal16322416226027521661663
Binary11100111001010011100101011001011110101011101101110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #739472

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #739472; }

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

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

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

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

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

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

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

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