#719082

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

Shades of Patina #719082

Tints of Patina #719082

Color information

#719082 (or 0x719082) is unknown color: approx Patina. HEX triplet: 71, 90 and 82. RGB value is (113,144,130). Sum of RGB (Red+Green+Blue) = 113+144+130=387 (51% of max value = 765). Red value is 113 (44.53% from 255 or 29.20% from 387); Green value is 144 (56.64% from 255 or 37.21% from 387); Blue value is 130 (51.17% from 255 or 33.59% from 387); Max value from RGB is 144 - color contains mainly: green. Hex color #719082 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #719082 is #8E6F7D. Grayscale: #858585. Windows color (decimal): -9334654 or 8556657. OLE color: 8556657.

HSL color Cylindrical-coordinate representation of color #719082: hue angle of 152.9º degrees, saturation: 0.12, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #719082 is Cyan = 0.22, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.44.

Color convert

RGB113144130-
CMYK0.2200.100.44
HSL152.9º12.25%50.39%-
HSV(B)152.9º21.53%56.47%-
XYZ20.8125.0724.86-
YUV133.14126.23113.64-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 29.20%
GREEN value IS 144 (56.64% from 255) = 37.21%
BLUE value IS 130 (51.17% from 255) = 33.59%
R=29.20%
G=37.21%
B=33.59%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1131441300.2200.100.44152.912.2550.39
Hex719082160A2C99c32
Octal16122020226012542311462
Binary111000110010000100000101011001010101100100110011100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #719082

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #719082; }

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

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

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

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

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

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

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

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