#52967B

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

Shades of Patina #52967B

Tints of Patina #52967B

Color information

#52967B (or 0x52967B) is unknown color: approx Patina. HEX triplet: 52, 96 and 7B. RGB value is (82,150,123). Sum of RGB (Red+Green+Blue) = 82+150+123=355 (47% of max value = 765). Red value is 82 (32.42% from 255 or 23.10% from 355); Green value is 150 (58.98% from 255 or 42.25% from 355); Blue value is 123 (48.44% from 255 or 34.65% from 355); Max value from RGB is 150 - color contains mainly: green. Hex color #52967B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #52967B is #AD6984. Grayscale: #7E7E7E. Windows color (decimal): -11364741 or 8099410. OLE color: 8099410.

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

Color convert

RGB82150123-
CMYK0.4500.180.41
HSL156.18º29.31%45.49%-
HSV(B)156.18º45.33%58.82%-
XYZ17.9625.0422.62-
YUV126.59125.9796.2-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 23.10%
GREEN value IS 150 (58.98% from 255) = 42.25%
BLUE value IS 123 (48.44% from 255) = 34.65%
R=23.10%
G=42.25%
B=34.65%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal821501230.4500.180.41156.1829.3145.49
Hex52967B2D012299c1d2d
Octal12222617355022512343555
Binary10100101001011011110111011010100101010011001110011101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52967B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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