#52AF61

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

Shades of Fern #52AF61

Tints of Fern #52AF61

Color information

#52AF61 (or 0x52AF61) is unknown color: approx Fern. HEX triplet: 52, AF and 61. RGB value is (82,175,97). Sum of RGB (Red+Green+Blue) = 82+175+97=354 (46% of max value = 765). Red value is 82 (32.42% from 255 or 23.16% from 354); Green value is 175 (68.75% from 255 or 49.44% from 354); Blue value is 97 (38.28% from 255 or 27.40% from 354); Max value from RGB is 175 - color contains mainly: green. Hex color #52AF61 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #52AF61 is #AD509E. Grayscale: #8A8A8A. Windows color (decimal): -11358367 or 6401874. OLE color: 6401874.

HSL color Cylindrical-coordinate representation of color #52AF61: hue angle of 129.68º degrees, saturation: 0.37, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #52AF61 is Cyan = 0.53, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.31.

Color convert

RGB8217597-
CMYK0.5300.450.31
HSL129.68º36.76%50.39%-
HSV(B)129.68º53.14%68.63%-
XYZ20.9733.3216.63-
YUV138.3104.6987.84-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 23.16%
GREEN value IS 175 (68.75% from 255) = 49.44%
BLUE value IS 97 (38.28% from 255) = 27.40%
R=23.16%
G=49.44%
B=27.40%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal82175970.5300.450.31129.6836.7650.39
Hex52AF613502D1F822532
Octal12225714165055372024562
Binary101001010101111110000111010101011011111110000010100101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52AF61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,175,97); }

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

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

 a { background-color: rgb(82,175,97); }

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

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

 span { border-color: rgb(82,175,97); }

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