#739073

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

Shades of Laurel #739073

Tints of Laurel #739073

Color information

#739073 (or 0x739073) is unknown color: approx Laurel. HEX triplet: 73, 90 and 73. RGB value is (115,144,115). Sum of RGB (Red+Green+Blue) = 115+144+115=374 (49% of max value = 765). Red value is 115 (45.31% from 255 or 30.75% from 374); Green value is 144 (56.64% from 255 or 38.50% from 374); Blue value is 115 (45.31% from 255 or 30.75% from 374); Max value from RGB is 144 - color contains mainly: green. Hex color #739073 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #739073 is #8C6F8C. Grayscale: #848484. Windows color (decimal): -9203597 or 7573619. OLE color: 7573619.

HSL color Cylindrical-coordinate representation of color #739073: hue angle of 120º degrees, saturation: 0.12, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #739073 is Cyan = 0.20, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.44.

Color convert

RGB115144115-
CMYK0.2000.200.44
HSL120º11.55%50.78%-
HSV(B)120º20.14%56.47%-
XYZ20.1424.8319.95-
YUV132.02118.39115.86-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 30.75%
GREEN value IS 144 (56.64% from 255) = 38.50%
BLUE value IS 115 (45.31% from 255) = 30.75%
R=30.75%
G=38.50%
B=30.75%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1151441150.2000.200.4412011.5550.78
Hex739073140142C78c33
Octal16322016324024541701463
Binary11100111001000011100111010001010010110011110001100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #739073

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #739073; }

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

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

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

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

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

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

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

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