#52B160

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

Shades of Fern #52B160

Tints of Fern #52B160

Color information

#52B160 (or 0x52B160) is unknown color: approx Fern. HEX triplet: 52, B1 and 60. RGB value is (82,177,96). Sum of RGB (Red+Green+Blue) = 82+177+96=355 (47% of max value = 765). Red value is 82 (32.42% from 255 or 23.10% from 355); Green value is 177 (69.53% from 255 or 49.86% from 355); Blue value is 96 (37.89% from 255 or 27.04% from 355); Max value from RGB is 177 - color contains mainly: green. Hex color #52B160 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #52B160 is #AD4E9F. Grayscale: #8B8B8B. Windows color (decimal): -11357856 or 6336850. OLE color: 6336850.

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

Color convert

RGB8217796-
CMYK0.5400.460.31
HSL128.84º37.85%50.78%-
HSV(B)128.84º53.67%69.41%-
XYZ21.3134.0816.52-
YUV139.36103.5387.09-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 23.10%
GREEN value IS 177 (69.53% from 255) = 49.86%
BLUE value IS 96 (37.89% from 255) = 27.04%
R=23.10%
G=49.86%
B=27.04%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal82177960.5400.460.31128.8437.8550.78
Hex52B1603602E1F812633
Octal12226114066056372014663
Binary101001010110001110000011011001011101111110000001100110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52B160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,177,96); }

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

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

 a { background-color: rgb(82,177,96); }

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

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

 span { border-color: rgb(82,177,96); }

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