#719472

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

Shades of Laurel #719472

Tints of Laurel #719472

Color information

#719472 (or 0x719472) is unknown color: approx Laurel. HEX triplet: 71, 94 and 72. RGB value is (113,148,114). Sum of RGB (Red+Green+Blue) = 113+148+114=375 (49% of max value = 765). Red value is 113 (44.53% from 255 or 30.13% from 375); Green value is 148 (58.20% from 255 or 39.47% from 375); Blue value is 114 (44.92% from 255 or 30.4% from 375); Max value from RGB is 148 - color contains mainly: green. Hex color #719472 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #719472 is #8E6B8D. Grayscale: #858585. Windows color (decimal): -9333646 or 7509105. OLE color: 7509105.

HSL color Cylindrical-coordinate representation of color #719472: hue angle of 121.71º degrees, saturation: 0.14, 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 #719472 is Cyan = 0.24, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.42.

Color convert

RGB113148114-
CMYK0.2400.230.42
HSL121.71º14.06%51.18%-
HSV(B)121.71º23.65%58.04%-
XYZ20.4425.9119.84-
YUV133.66116.9113.26-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 30.13%
GREEN value IS 148 (58.20% from 255) = 39.47%
BLUE value IS 114 (44.92% from 255) = 30.4%
R=30.13%
G=39.47%
B=30.4%

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
Decimal1131481140.2400.230.42121.7114.0651.18
Hex719472180172A7ae33
Octal16122416230027521721663
Binary11100011001010011100101100001011110101011110101110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #719472

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #719472; }

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

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

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

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

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

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

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

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