Html Css Color HEX #57A284 Patina

📋 copy color: '#57A284'

red 87 ◦ green 162 ◦ blue 132

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

Shades of Patina #57A284

Tints of Patina #57A284

RGB

 RED value IS 87 (34.38% from 255) = 22.83%

 GREEN value IS 162 (63.67% from 255) = 42.52%

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

R = 22.83%
G = 42.52%
B = 34.65%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.19

 K value IS 0.36

RGB Variations

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

Color information

#57A284 (or 0x57A284) is known color: Patina. HEX triplet: 57, A2 and 84. RGB value is (87,162,132). Sum of RGB (Red+Green+Blue) = 87+162+132=381 (50% of max value = 765). Red value is 87 (34.38% from 255 or 22.83% from 381); Green value is 162 (63.67% from 255 or 42.52% from 381); Blue value is 132 (51.95% from 255 or 34.65% from 381); Max value from RGB is 162 - color contains mainly: green. Hex color #57A284 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #57A284 is #A85D7B. Grayscale: #888888. Windows color (decimal): -11033980 or 8692311. OLE color: 8692311.

HSL color Cylindrical-coordinate representation of color #57A284: hue angle of 156º degrees, saturation: 0.3, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #57A284 is Cyan = 0.46, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.36.

Color convert

RGB 87 162 132 -
CMYK 0.46 0 0.19 0.36
HSL 156º 0.3% 0.49% -
HSV(B) 156º 0.46% 0.64% -
XYZ 21.02 29.53 26.42 -
YUV 136.16 125.65 92.94 -
System Red Green Blue C M Y K H S L
Decimal 87 162 132 0.46 0 0.19 0.36 156 0.3 0.49
Hex 57 A2 84 2E 0 13 24 9C 1E 31
Octal 127 242 204 56 0 23 44 234 36 61
Binary 1010111 10100010 10000100 101110 0 10011 100100 10011100 11110 110001

Color Harmonies of #57A284

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57A284

Black with #57A284

Text Example


Text Example

White with #57A284

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #57A284; }

 p { color: rgb(87,162,132); }

 H1.HeaderClassName
 {
   color: #57A284;
 }
 .AnyTagClassName
 {
   color: #57A284;
 }
</style>

background-color css

<style>
 a { background-color: #57A284; }

 a { background-color: rgb(87,162,132); }

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

border-color css

<style>
 span { border-color: #57A284; }

 span { border-color: rgb(87,162,132); }

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