#52B362

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

Shades of Fern #52B362

Tints of Fern #52B362

Color information

#52B362 (or 0x52B362) is unknown color: approx Fern. HEX triplet: 52, B3 and 62. RGB value is (82,179,98). Sum of RGB (Red+Green+Blue) = 82+179+98=359 (47% of max value = 765). Red value is 82 (32.42% from 255 or 22.84% from 359); Green value is 179 (70.31% from 255 or 49.86% from 359); Blue value is 98 (38.67% from 255 or 27.30% from 359); Max value from RGB is 179 - color contains mainly: green. Hex color #52B362 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52B362 is #AD4C9D. Grayscale: #8C8C8C. Windows color (decimal): -11357342 or 6468434. OLE color: 6468434.

HSL color Cylindrical-coordinate representation of color #52B362: hue angle of 129.9º 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 #52B362 is Cyan = 0.54, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.30.

Color convert

RGB8217998-
CMYK0.5400.450.30
HSL129.9º38.96%51.18%-
HSV(B)129.9º54.19%70.2%-
XYZ21.834.9217.15-
YUV140.76103.8686.09-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 22.84%
GREEN value IS 179 (70.31% from 255) = 49.86%
BLUE value IS 98 (38.67% from 255) = 27.30%
R=22.84%
G=49.86%
B=27.30%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal82179980.5400.450.30129.938.9651.18
Hex52B3623602D1E822733
Octal12226314266055362024763
Binary101001010110011110001011011001011011111010000010100111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52B362

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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