#719275

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

Shades of Laurel #719275

Tints of Laurel #719275

Color information

#719275 (or 0x719275) is unknown color: approx Laurel. HEX triplet: 71, 92 and 75. RGB value is (113,146,117). Sum of RGB (Red+Green+Blue) = 113+146+117=376 (49% of max value = 765). Red value is 113 (44.53% from 255 or 30.05% from 376); Green value is 146 (57.42% from 255 or 38.83% from 376); Blue value is 117 (46.09% from 255 or 31.12% from 376); Max value from RGB is 146 - color contains mainly: green. Hex color #719275 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #719275 is #8E6D8A. Grayscale: #848484. Windows color (decimal): -9334155 or 7705201. OLE color: 7705201.

HSL color Cylindrical-coordinate representation of color #719275: hue angle of 127.27º 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 #719275 is Cyan = 0.23, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.43.

Color convert

RGB113146117-
CMYK0.2300.200.43
HSL127.27º13.15%50.78%-
HSV(B)127.27º22.6%57.25%-
XYZ20.325.3520.65-
YUV132.83119.07113.86-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 30.05%
GREEN value IS 146 (57.42% from 255) = 38.83%
BLUE value IS 117 (46.09% from 255) = 31.12%
R=30.05%
G=38.83%
B=31.12%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1131461170.2300.200.43127.2713.1550.78
Hex719275170142B7fd33
Octal16122216527024531771563
Binary11100011001001011101011011101010010101111111111101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #719275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #719275; }

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

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

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

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

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

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

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

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