#739378

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

Shades of Laurel #739378

Tints of Laurel #739378

Color information

#739378 (or 0x739378) is unknown color: approx Laurel. HEX triplet: 73, 93 and 78. RGB value is (115,147,120). Sum of RGB (Red+Green+Blue) = 115+147+120=382 (50% of max value = 765). Red value is 115 (45.31% from 255 or 30.10% from 382); Green value is 147 (57.81% from 255 or 38.48% from 382); Blue value is 120 (47.27% from 255 or 31.41% from 382); Max value from RGB is 147 - color contains mainly: green. Hex color #739378 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #739378 is #8C6C87. Grayscale: #868686. Windows color (decimal): -9202824 or 7902067. OLE color: 7902067.

HSL color Cylindrical-coordinate representation of color #739378: hue angle of 129.38º 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 #739378 is Cyan = 0.22, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.42.

Color convert

RGB115147120-
CMYK0.2200.180.42
HSL129.38º12.9%51.37%-
HSV(B)129.38º21.77%57.65%-
XYZ20.8925.8721.66-
YUV134.35119.9114.2-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 30.10%
GREEN value IS 147 (57.81% from 255) = 38.48%
BLUE value IS 120 (47.27% from 255) = 31.41%
R=30.10%
G=38.48%
B=31.41%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1151471200.2200.180.42129.3812.951.37
Hex739378160122A81d33
Octal16322317026022522011563
Binary111001110010011111100010110010010101010100000011101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #739378

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #739378; }

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

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

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

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

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

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

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

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