#719573

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

Shades of Laurel #719573

Tints of Laurel #719573

Color information

#719573 (or 0x719573) is unknown color: approx Laurel. HEX triplet: 71, 95 and 73. RGB value is (113,149,115). Sum of RGB (Red+Green+Blue) = 113+149+115=377 (49% of max value = 765). Red value is 113 (44.53% from 255 or 29.97% from 377); Green value is 149 (58.59% from 255 or 39.52% from 377); Blue value is 115 (45.31% from 255 or 30.50% from 377); Max value from RGB is 149 - color contains mainly: green. Hex color #719573 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #719573 is #8E6A8C. Grayscale: #868686. Windows color (decimal): -9333389 or 7574897. OLE color: 7574897.

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

Color convert

RGB113149115-
CMYK0.2400.230.42
HSL123.33º14.52%51.37%-
HSV(B)123.33º24.16%58.43%-
XYZ20.6526.2420.2-
YUV134.36117.07112.76-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 29.97%
GREEN value IS 149 (58.59% from 255) = 39.52%
BLUE value IS 115 (45.31% from 255) = 30.50%
R=29.97%
G=39.52%
B=30.50%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1131491150.2400.230.42123.3314.5251.37
Hex719573180172A7bf33
Octal16122516330027521731763
Binary11100011001010111100111100001011110101011110111111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #719573

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #719573; }

 p { color: rgb(113,149,115); }

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

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

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

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

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

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

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