#52967A

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

Shades of Patina #52967A

Tints of Patina #52967A

Color information

#52967A (or 0x52967A) is unknown color: approx Patina. HEX triplet: 52, 96 and 7A. RGB value is (82,150,122). Sum of RGB (Red+Green+Blue) = 82+150+122=354 (46% of max value = 765). Red value is 82 (32.42% from 255 or 23.16% from 354); Green value is 150 (58.98% from 255 or 42.37% from 354); Blue value is 122 (48.05% from 255 or 34.46% from 354); Max value from RGB is 150 - color contains mainly: green. Hex color #52967A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #52967A is #AD6985. Grayscale: #7E7E7E. Windows color (decimal): -11364742 or 8033874. OLE color: 8033874.

HSL color Cylindrical-coordinate representation of color #52967A: hue angle of 155.29º 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 #52967A is Cyan = 0.45, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.41.

Color convert

RGB82150122-
CMYK0.4500.190.41
HSL155.29º29.31%45.49%-
HSV(B)155.29º45.33%58.82%-
XYZ17.925.0122.3-
YUV126.48125.4796.28-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 23.16%
GREEN value IS 150 (58.98% from 255) = 42.37%
BLUE value IS 122 (48.05% from 255) = 34.46%
R=23.16%
G=42.37%
B=34.46%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal821501220.4500.190.41155.2929.3145.49
Hex52967A2D013299b1d2d
Octal12222617255023512333555
Binary10100101001011011110101011010100111010011001101111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52967A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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