#52977F

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

Shades of Patina #52977F

Tints of Patina #52977F

Color information

#52977F (or 0x52977F) is unknown color: approx Patina. HEX triplet: 52, 97 and 7F. RGB value is (82,151,127). Sum of RGB (Red+Green+Blue) = 82+151+127=360 (47% of max value = 765). Red value is 82 (32.42% from 255 or 22.78% from 360); Green value is 151 (59.38% from 255 or 41.94% from 360); Blue value is 127 (50% from 255 or 35.28% from 360); Max value from RGB is 151 - color contains mainly: green. Hex color #52977F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #52977F is #AD6880. Grayscale: #7F7F7F. Windows color (decimal): -11364481 or 8361810. OLE color: 8361810.

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

Color convert

RGB82151127-
CMYK0.4600.160.41
HSL159.13º29.61%45.69%-
HSV(B)159.13º45.7%59.22%-
XYZ18.3825.4624.02-
YUV127.63127.6495.45-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 22.78%
GREEN value IS 151 (59.38% from 255) = 41.94%
BLUE value IS 127 (50% from 255) = 35.28%
R=22.78%
G=41.94%
B=35.28%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal821511270.4600.160.41159.1329.6145.69
Hex52977F2E010299f1e2e
Octal12222717756020512373656
Binary10100101001011111111111011100100001010011001111111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52977F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #52977F; }

 p { color: rgb(82,151,127); }

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

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

 a { background-color: rgb(82,151,127); }

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

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

 span { border-color: rgb(82,151,127); }

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