#52AD64

Color #52AD64 Fern (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fern #52AD64

Tints of Fern #52AD64

Color information

#52AD64 (or 0x52AD64) is unknown color: approx Fern. HEX triplet: 52, AD and 64. RGB value is (82,173,100). Sum of RGB (Red+Green+Blue) = 82+173+100=355 (47% of max value = 765). Red value is 82 (32.42% from 255 or 23.10% from 355); Green value is 173 (67.97% from 255 or 48.73% from 355); Blue value is 100 (39.45% from 255 or 28.17% from 355); Max value from RGB is 173 - color contains mainly: green. Hex color #52AD64 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #52AD64 is #AD529B. Grayscale: #898989. Windows color (decimal): -11358876 or 6597970. OLE color: 6597970.

HSL color Cylindrical-coordinate representation of color #52AD64: hue angle of 131.87º degrees, saturation: 0.36, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #52AD64 is Cyan = 0.53, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.32.

Color convert

RGB82173100-
CMYK0.5300.420.32
HSL131.87º35.69%50%-
HSV(B)131.87º52.6%67.84%-
XYZ20.7232.617.26-
YUV137.47106.8588.44-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 23.10%
GREEN value IS 173 (67.97% from 255) = 48.73%
BLUE value IS 100 (39.45% from 255) = 28.17%
R=23.10%
G=48.73%
B=28.17%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal821731000.5300.420.32131.8735.6950
Hex52AD643502A20842432
Octal12225514465052402044462
Binary1010010101011011100100110101010101010000010000100100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52AD64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,173,100); }

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

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

 a { background-color: rgb(82,173,100); }

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

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

 span { border-color: rgb(82,173,100); }

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