#719273

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

Shades of Laurel #719273

Tints of Laurel #719273

Color information

#719273 (or 0x719273) is unknown color: approx Laurel. HEX triplet: 71, 92 and 73. RGB value is (113,146,115). Sum of RGB (Red+Green+Blue) = 113+146+115=374 (49% of max value = 765). Red value is 113 (44.53% from 255 or 30.21% from 374); Green value is 146 (57.42% from 255 or 39.04% from 374); Blue value is 115 (45.31% from 255 or 30.75% from 374); Max value from RGB is 146 - color contains mainly: green. Hex color #719273 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #719273 is #8E6D8C. Grayscale: #848484. Windows color (decimal): -9334157 or 7574129. OLE color: 7574129.

HSL color Cylindrical-coordinate representation of color #719273: hue angle of 123.64º degrees, saturation: 0.13, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #719273 is Cyan = 0.23, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.43.

Color convert

RGB113146115-
CMYK0.2300.210.43
HSL123.64º13.15%50.78%-
HSV(B)123.64º22.6%57.25%-
XYZ20.1825.3120.04-
YUV132.6118.07114.02-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 30.21%
GREEN value IS 146 (57.42% from 255) = 39.04%
BLUE value IS 115 (45.31% from 255) = 30.75%
R=30.21%
G=39.04%
B=30.75%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1131461150.2300.210.43123.6413.1550.78
Hex719273170152B7cd33
Octal16122216327025531741563
Binary11100011001001011100111011101010110101111111001101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #719273

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #719273; }

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

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

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

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

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

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

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

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