Html Css Color HEX #52967E Patina

📋 copy color: '#52967E'

red 82 ◦ green 150 ◦ blue 126

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

Shades of Patina #52967E

Tints of Patina #52967E

RGB

 RED value IS 82 (32.42% from 255) = 22.91%

 GREEN value IS 150 (58.98% from 255) = 41.9%

 BLUE value IS 126 (49.61% from 255) = 35.2%

R = 22.91%
G = 41.9%
B = 35.2%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.16

 K value IS 0.41

RGB Variations

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

Color information

#52967E (or 0x52967E) is known color: Patina. HEX triplet: 52, 96 and 7E. RGB value is (82,150,126). Sum of RGB (Red+Green+Blue) = 82+150+126=358 (47% of max value = 765). Red value is 82 (32.42% from 255 or 22.91% from 358); Green value is 150 (58.98% from 255 or 41.90% from 358); Blue value is 126 (49.61% from 255 or 35.20% from 358); Max value from RGB is 150 - color contains mainly: green. Hex color #52967E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #52967E is #AD6981. Grayscale: #7E7E7E. Windows color (decimal): -11364738 or 8296018. OLE color: 8296018.

HSL color Cylindrical-coordinate representation of color #52967E: hue angle of 158.82º degrees, saturation: 0.29, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #52967E is Cyan = 0.45, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.41.

Color convert

RGB 82 150 126 -
CMYK 0.45 0 0.16 0.41
HSL 158.82º 0.29% 0.45% -
HSV(B) 158.82º 0.45% 0.59% -
XYZ 18.15 25.11 23.63 -
YUV 126.93 127.47 95.95 -
System Red Green Blue C M Y K H S L
Decimal 82 150 126 0.45 0 0.16 0.41 158.82 0.29 0.45
Hex 52 96 7E 2D 0 10 29 9F 1D 2D
Octal 122 226 176 55 0 20 51 237 35 55
Binary 1010010 10010110 1111110 101101 0 10000 101001 10011111 11101 101101

Color Harmonies of #52967E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52967E

Black with #52967E

Text Example


Text Example

White with #52967E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #52967E; }

 p { color: rgb(82,150,126); }

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

background-color css

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

 a { background-color: rgb(82,150,126); }

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

border-color css

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

 span { border-color: rgb(82,150,126); }

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