Html Css Color HEX #719282 Patina

📋 copy color: '#719282'

red 113 ◦ green 146 ◦ blue 130

#719282
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Patina #719282

Tints of Patina #719282

RGB

 RED value IS 113 (44.53% from 255) = 29.05%

 GREEN value IS 146 (57.42% from 255) = 37.53%

 BLUE value IS 130 (51.17% from 255) = 33.42%

R = 29.05%
G = 37.53%
B = 33.42%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.11

 K value IS 0.43

RGB Variations

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

Color information

#719282 (or 0x719282) is known color: Patina. HEX triplet: 71, 92 and 82. RGB value is (113,146,130). Sum of RGB (Red+Green+Blue) = 113+146+130=389 (51% of max value = 765). Red value is 113 (44.53% from 255 or 29.05% from 389); Green value is 146 (57.42% from 255 or 37.53% from 389); Blue value is 130 (51.17% from 255 or 33.42% from 389); Max value from RGB is 146 - color contains mainly: green. Hex color #719282 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #719282 is #8E6D7D. Grayscale: #868686. Windows color (decimal): -9334142 or 8557169. OLE color: 8557169.

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

Color convert

RGB 113 146 130 -
CMYK 0.23 0 0.11 0.43
HSL 150.91º 0.13% 0.51% -
HSV(B) 150.91º 0.23% 0.57% -
XYZ 21.12 25.68 24.96 -
YUV 134.31 125.57 112.8 -
System Red Green Blue C M Y K H S L
Decimal 113 146 130 0.23 0 0.11 0.43 150.91 0.13 0.51
Hex 71 92 82 17 0 B 2B 97 D 33
Octal 161 222 202 27 0 13 53 227 15 63
Binary 1110001 10010010 10000010 10111 0 1011 101011 10010111 1101 110011

Color Harmonies of #719282

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #719282

Black with #719282

Text Example


Text Example

White with #719282

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #719282; }

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

 H1.HeaderClassName
 {
   color: #719282;
 }
 .AnyTagClassName
 {
   color: #719282;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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