#52B063

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

Shades of Fern #52B063

Tints of Fern #52B063

Color information

#52B063 (or 0x52B063) is unknown color: approx Fern. HEX triplet: 52, B0 and 63. RGB value is (82,176,99). Sum of RGB (Red+Green+Blue) = 82+176+99=357 (47% of max value = 765). Red value is 82 (32.42% from 255 or 22.97% from 357); Green value is 176 (69.14% from 255 or 49.30% from 357); Blue value is 99 (39.06% from 255 or 27.73% from 357); Max value from RGB is 176 - color contains mainly: green. Hex color #52B063 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #52B063 is #AD4F9C. Grayscale: #8B8B8B. Windows color (decimal): -11358109 or 6533202. OLE color: 6533202.

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

Color convert

RGB8217699-
CMYK0.5300.440.31
HSL130.85º37.3%50.59%-
HSV(B)130.85º53.41%69.02%-
XYZ21.2633.7517.2-
YUV139.12105.3687.26-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 22.97%
GREEN value IS 176 (69.14% from 255) = 49.30%
BLUE value IS 99 (39.06% from 255) = 27.73%
R=22.97%
G=49.30%
B=27.73%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal82176990.5300.440.31130.8537.350.59
Hex52B0633502C1F832533
Octal12226014365054372034563
Binary101001010110000110001111010101011001111110000011100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52B063

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,176,99); }

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

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

 a { background-color: rgb(82,176,99); }

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

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

 span { border-color: rgb(82,176,99); }

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