#739372

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

Shades of Laurel #739372

Tints of Laurel #739372

Color information

#739372 (or 0x739372) is unknown color: approx Laurel. HEX triplet: 73, 93 and 72. RGB value is (115,147,114). Sum of RGB (Red+Green+Blue) = 115+147+114=376 (49% of max value = 765). Red value is 115 (45.31% from 255 or 30.59% from 376); Green value is 147 (57.81% from 255 or 39.10% from 376); Blue value is 114 (44.92% from 255 or 30.32% from 376); Max value from RGB is 147 - color contains mainly: green. Hex color #739372 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #739372 is #8C6C8D. Grayscale: #858585. Windows color (decimal): -9202830 or 7508851. OLE color: 7508851.

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

Color convert

RGB115147114-
CMYK0.2200.220.42
HSL118.18º13.25%51.18%-
HSV(B)118.18º22.45%57.65%-
XYZ20.5425.7319.8-
YUV133.67116.9114.68-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 30.59%
GREEN value IS 147 (57.81% from 255) = 39.10%
BLUE value IS 114 (44.92% from 255) = 30.32%
R=30.59%
G=39.10%
B=30.32%

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
Decimal1151471140.2200.220.42118.1813.2551.18
Hex739372160162A76d33
Octal16322316226026521661563
Binary11100111001001111100101011001011010101011101101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #739372

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #739372; }

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

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

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

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

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

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

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

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