#52B45E

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

Shades of Fern #52B45E

Tints of Fern #52B45E

Color information

#52B45E (or 0x52B45E) is unknown color: approx Fern. HEX triplet: 52, B4 and 5E. RGB value is (82,180,94). Sum of RGB (Red+Green+Blue) = 82+180+94=356 (47% of max value = 765). Red value is 82 (32.42% from 255 or 23.03% from 356); Green value is 180 (70.70% from 255 or 50.56% from 356); Blue value is 94 (37.11% from 255 or 26.40% from 356); Max value from RGB is 180 - color contains mainly: green. Hex color #52B45E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52B45E is #AD4BA1. Grayscale: #8D8D8D. Windows color (decimal): -11357090 or 6206546. OLE color: 6206546.

HSL color Cylindrical-coordinate representation of color #52B45E: hue angle of 127.35º degrees, saturation: 0.4, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #52B45E is Cyan = 0.54, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.29.

Color convert

RGB8218094-
CMYK0.5400.480.29
HSL127.35º39.52%51.37%-
HSV(B)127.35º54.44%70.59%-
XYZ21.8235.2416.24-
YUV140.89101.5385.99-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 23.03%
GREEN value IS 180 (70.70% from 255) = 50.56%
BLUE value IS 94 (37.11% from 255) = 26.40%
R=23.03%
G=50.56%
B=26.40%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal82180940.5400.480.29127.3539.5251.37
Hex52B45E360301D7f2833
Octal12226413666060351775063
Binary10100101011010010111101101100110000111011111111101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52B45E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,180,94); }

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

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

 a { background-color: rgb(82,180,94); }

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

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

 span { border-color: rgb(82,180,94); }

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