#719271

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

Shades of Laurel #719271

Tints of Laurel #719271

Color information

#719271 (or 0x719271) is unknown color: approx Laurel. HEX triplet: 71, 92 and 71. RGB value is (113,146,113). Sum of RGB (Red+Green+Blue) = 113+146+113=372 (49% of max value = 765). Red value is 113 (44.53% from 255 or 30.38% from 372); Green value is 146 (57.42% from 255 or 39.25% from 372); Blue value is 113 (44.53% from 255 or 30.38% from 372); Max value from RGB is 146 - color contains mainly: green. Hex color #719271 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #719271 is #8E6D8E. Grayscale: #848484. Windows color (decimal): -9334159 or 7443057. OLE color: 7443057.

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

Color convert

RGB113146113-
CMYK0.2300.230.43
HSL120º13.15%50.78%-
HSV(B)120º22.6%57.25%-
XYZ20.0725.2619.44-
YUV132.37117.07114.18-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 30.38%
GREEN value IS 146 (57.42% from 255) = 39.25%
BLUE value IS 113 (44.53% from 255) = 30.38%
R=30.38%
G=39.25%
B=30.38%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1131461130.2300.230.4312013.1550.78
Hex719271170172B78d33
Octal16122216127027531701563
Binary11100011001001011100011011101011110101111110001101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #719271

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #719271; }

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

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

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

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

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

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

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

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