Html Css Color HEX #52977B Patina

📋 copy color: '#52977B'

red 82 ◦ green 151 ◦ blue 123

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

Shades of Patina #52977B

Tints of Patina #52977B

RGB

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

 GREEN value IS 151 (59.38% from 255) = 42.42%

 BLUE value IS 123 (48.44% from 255) = 34.55%

R = 23.03%
G = 42.42%
B = 34.55%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.19

 K value IS 0.41

RGB Variations

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

Color information

#52977B (or 0x52977B) is known color: Patina. HEX triplet: 52, 97 and 7B. RGB value is (82,151,123). Sum of RGB (Red+Green+Blue) = 82+151+123=356 (47% of max value = 765). Red value is 82 (32.42% from 255 or 23.03% from 356); Green value is 151 (59.38% from 255 or 42.42% from 356); Blue value is 123 (48.44% from 255 or 34.55% from 356); Max value from RGB is 151 - color contains mainly: green. Hex color #52977B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #52977B is #AD6884. Grayscale: #7F7F7F. Windows color (decimal): -11364485 or 8099666. OLE color: 8099666.

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

Color convert

RGB 82 151 123 -
CMYK 0.46 0 0.19 0.41
HSL 155.65º 0.3% 0.46% -
HSV(B) 155.65º 0.46% 0.59% -
XYZ 18.12 25.36 22.68 -
YUV 127.18 125.64 95.78 -
System Red Green Blue C M Y K H S L
Decimal 82 151 123 0.46 0 0.19 0.41 155.65 0.3 0.46
Hex 52 97 7B 2E 0 13 29 9C 1E 2E
Octal 122 227 173 56 0 23 51 234 36 56
Binary 1010010 10010111 1111011 101110 0 10011 101001 10011100 11110 101110

Color Harmonies of #52977B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52977B

Black with #52977B

Text Example


Text Example

White with #52977B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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