#718272

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

Shades of Laurel #718272

Tints of Laurel #718272

Color information

#718272 (or 0x718272) is unknown color: approx Laurel. HEX triplet: 71, 82 and 72. RGB value is (113,130,114). Sum of RGB (Red+Green+Blue) = 113+130+114=357 (47% of max value = 765). Red value is 113 (44.53% from 255 or 31.65% from 357); Green value is 130 (51.17% from 255 or 36.41% from 357); Blue value is 114 (44.92% from 255 or 31.93% from 357); Max value from RGB is 130 - color contains mainly: green. Hex color #718272 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #718272 is #8E7D8D. Grayscale: #7B7B7B. Windows color (decimal): -9338254 or 7504497. OLE color: 7504497.

HSL color Cylindrical-coordinate representation of color #718272: hue angle of 123.53º degrees, saturation: 0.07, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #718272 is Cyan = 0.13, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.49.

Color convert

RGB113130114-
CMYK0.1300.120.49
HSL123.53º7%47.65%-
HSV(B)123.53º13.08%50.98%-
XYZ17.8320.6918.97-
YUV123.09122.87120.8-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 31.65%
GREEN value IS 130 (51.17% from 255) = 36.41%
BLUE value IS 114 (44.92% from 255) = 31.93%
R=31.65%
G=36.41%
B=31.93%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1131301140.1300.120.49123.53747.65
Hex718272D0C317c730
Octal1612021621501461174760
Binary11100011000001011100101101011001100011111100111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #718272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #718272; }

 p { color: rgb(113,130,114); }

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

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

 a { background-color: rgb(113,130,114); }

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

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

 span { border-color: rgb(113,130,114); }

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