Html Css Color HEX #719382 Patina

📋 copy color: '#719382'

red 113 ◦ green 147 ◦ blue 130

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

Shades of Patina #719382

Tints of Patina #719382

RGB

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

 GREEN value IS 147 (57.81% from 255) = 37.69%

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

R = 28.97%
G = 37.69%
B = 33.33%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.12

 K value IS 0.42

RGB Variations

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

Color information

#719382 (or 0x719382) is known color: Patina. HEX triplet: 71, 93 and 82. RGB value is (113,147,130). Sum of RGB (Red+Green+Blue) = 113+147+130=390 (51% of max value = 765). Red value is 113 (44.53% from 255 or 28.97% from 390); Green value is 147 (57.81% from 255 or 37.69% from 390); Blue value is 130 (51.17% from 255 or 33.33% from 390); Max value from RGB is 147 - color contains mainly: green. Hex color #719382 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #719382 is #8E6C7D. Grayscale: #868686. Windows color (decimal): -9333886 or 8557425. OLE color: 8557425.

HSL color Cylindrical-coordinate representation of color #719382: hue angle of 150º degrees, saturation: 0.14, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #719382 is Cyan = 0.23, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.42.

Color convert

RGB 113 147 130 -
CMYK 0.23 0 0.12 0.42
HSL 150º 0.14% 0.51% -
HSV(B) 150º 0.23% 0.58% -
XYZ 21.27 25.99 25.01 -
YUV 134.9 125.24 112.38 -
System Red Green Blue C M Y K H S L
Decimal 113 147 130 0.23 0 0.12 0.42 150 0.14 0.51
Hex 71 93 82 17 0 C 2A 96 E 33
Octal 161 223 202 27 0 14 52 226 16 63
Binary 1110001 10010011 10000010 10111 0 1100 101010 10010110 1110 110011

Color Harmonies of #719382

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #719382

Black with #719382

Text Example


Text Example

White with #719382

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #719382; }

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

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

background-color css

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

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

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

border-color css

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

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

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