#52AE62

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

Shades of Fern #52AE62

Tints of Fern #52AE62

Color information

#52AE62 (or 0x52AE62) is unknown color: approx Fern. HEX triplet: 52, AE and 62. RGB value is (82,174,98). Sum of RGB (Red+Green+Blue) = 82+174+98=354 (46% of max value = 765). Red value is 82 (32.42% from 255 or 23.16% from 354); Green value is 174 (68.36% from 255 or 49.15% from 354); Blue value is 98 (38.67% from 255 or 27.68% from 354); Max value from RGB is 174 - color contains mainly: green. Hex color #52AE62 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #52AE62 is #AD519D. Grayscale: #8A8A8A. Windows color (decimal): -11358622 or 6467154. OLE color: 6467154.

HSL color Cylindrical-coordinate representation of color #52AE62: hue angle of 130.43º 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 #52AE62 is Cyan = 0.53, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.32.

Color convert

RGB8217498-
CMYK0.5300.440.32
HSL130.43º36.22%50.2%-
HSV(B)130.43º52.87%68.24%-
XYZ20.8232.9516.82-
YUV137.83105.5288.18-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 23.16%
GREEN value IS 174 (68.36% from 255) = 49.15%
BLUE value IS 98 (38.67% from 255) = 27.68%
R=23.16%
G=49.15%
B=27.68%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal82174980.5300.440.32130.4336.2250.2
Hex52AE623502C20822432
Octal12225614265054402024462
Binary1010010101011101100010110101010110010000010000010100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52AE62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,174,98); }

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

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

 a { background-color: rgb(82,174,98); }

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

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

 span { border-color: rgb(82,174,98); }

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