#719572

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

Shades of Laurel #719572

Tints of Laurel #719572

Color information

#719572 (or 0x719572) is unknown color: approx Laurel. HEX triplet: 71, 95 and 72. RGB value is (113,149,114). Sum of RGB (Red+Green+Blue) = 113+149+114=376 (49% of max value = 765). Red value is 113 (44.53% from 255 or 30.05% from 376); Green value is 149 (58.59% from 255 or 39.63% from 376); Blue value is 114 (44.92% from 255 or 30.32% from 376); Max value from RGB is 149 - color contains mainly: green. Hex color #719572 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #719572 is #8E6A8D. Grayscale: #868686. Windows color (decimal): -9333390 or 7509361. OLE color: 7509361.

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

Color convert

RGB113149114-
CMYK0.2400.230.42
HSL121.67º14.52%51.37%-
HSV(B)121.67º24.16%58.43%-
XYZ20.5926.2219.9-
YUV134.25116.57112.85-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 30.05%
GREEN value IS 149 (58.59% from 255) = 39.63%
BLUE value IS 114 (44.92% from 255) = 30.32%
R=30.05%
G=39.63%
B=30.32%

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
Decimal1131491140.2400.230.42121.6714.5251.37
Hex719572180172A7af33
Octal16122516230027521721763
Binary11100011001010111100101100001011110101011110101111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #719572

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #719572; }

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

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

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

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

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

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

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

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