#52B364

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

Shades of Fern #52B364

Tints of Fern #52B364

Color information

#52B364 (or 0x52B364) is unknown color: approx Fern. HEX triplet: 52, B3 and 64. RGB value is (82,179,100). Sum of RGB (Red+Green+Blue) = 82+179+100=361 (47% of max value = 765). Red value is 82 (32.42% from 255 or 22.71% from 361); Green value is 179 (70.31% from 255 or 49.58% from 361); Blue value is 100 (39.45% from 255 or 27.70% from 361); Max value from RGB is 179 - color contains mainly: green. Hex color #52B364 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52B364 is #AD4C9B. Grayscale: #8D8D8D. Windows color (decimal): -11357340 or 6599506. OLE color: 6599506.

HSL color Cylindrical-coordinate representation of color #52B364: hue angle of 131.13º degrees, saturation: 0.39, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #52B364 is Cyan = 0.54, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.30.

Color convert

RGB82179100-
CMYK0.5400.440.30
HSL131.13º38.96%51.18%-
HSV(B)131.13º54.19%70.2%-
XYZ21.934.9517.65-
YUV140.99104.8685.92-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 22.71%
GREEN value IS 179 (70.31% from 255) = 49.58%
BLUE value IS 100 (39.45% from 255) = 27.70%
R=22.71%
G=49.58%
B=27.70%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal821791000.5400.440.30131.1338.9651.18
Hex52B3643602C1E832733
Octal12226314466054362034763
Binary101001010110011110010011011001011001111010000011100111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52B364

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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