Html Css Color HEX #52A384 Patina

📋 copy color: '#52A384'

red 82 ◦ green 163 ◦ blue 132

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

Shades of Patina #52A384

Tints of Patina #52A384

RGB

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

 GREEN value IS 163 (64.06% from 255) = 43.24%

 BLUE value IS 132 (51.95% from 255) = 35.01%

R = 21.75%
G = 43.24%
B = 35.01%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.19

 K value IS 0.36

RGB Variations

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

Color information

#52A384 (or 0x52A384) is known color: Patina. HEX triplet: 52, A3 and 84. RGB value is (82,163,132). Sum of RGB (Red+Green+Blue) = 82+163+132=377 (49% of max value = 765). Red value is 82 (32.42% from 255 or 21.75% from 377); Green value is 163 (64.06% from 255 or 43.24% from 377); Blue value is 132 (51.95% from 255 or 35.01% from 377); Max value from RGB is 163 - color contains mainly: green. Hex color #52A384 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #52A384 is #AD5C7B. Grayscale: #878787. Windows color (decimal): -11361404 or 8692562. OLE color: 8692562.

HSL color Cylindrical-coordinate representation of color #52A384: hue angle of 157.04º degrees, saturation: 0.33, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #52A384 is Cyan = 0.50, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.36.

Color convert

RGB 82 163 132 -
CMYK 0.50 0 0.19 0.36
HSL 157.04º 0.33% 0.48% -
HSV(B) 157.04º 0.5% 0.64% -
XYZ 20.74 29.65 26.46 -
YUV 135.25 126.16 90.02 -
System Red Green Blue C M Y K H S L
Decimal 82 163 132 0.50 0 0.19 0.36 157.04 0.33 0.48
Hex 52 A3 84 32 0 13 24 9D 21 30
Octal 122 243 204 62 0 23 44 235 41 60
Binary 1010010 10100011 10000100 110010 0 10011 100100 10011101 100001 110000

Color Harmonies of #52A384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52A384

Black with #52A384

Text Example


Text Example

White with #52A384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #52A384; }

 p { color: rgb(82,163,132); }

 H1.HeaderClassName
 {
   color: #52A384;
 }
 .AnyTagClassName
 {
   color: #52A384;
 }
</style>

background-color css

<style>
 a { background-color: #52A384; }

 a { background-color: rgb(82,163,132); }

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

border-color css

<style>
 span { border-color: #52A384; }

 span { border-color: rgb(82,163,132); }

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