#52B468

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

Shades of Fern #52B468

Tints of Fern #52B468

Color information

#52B468 (or 0x52B468) is unknown color: approx Fern. HEX triplet: 52, B4 and 68. RGB value is (82,180,104). Sum of RGB (Red+Green+Blue) = 82+180+104=366 (48% of max value = 765). Red value is 82 (32.42% from 255 or 22.40% from 366); Green value is 180 (70.70% from 255 or 49.18% from 366); Blue value is 104 (41.02% from 255 or 28.42% from 366); Max value from RGB is 180 - color contains mainly: green. Hex color #52B468 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52B468 is #AD4B97. Grayscale: #8E8E8E. Windows color (decimal): -11357080 or 6861906. OLE color: 6861906.

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

Color convert

RGB82180104-
CMYK0.5400.420.29
HSL133.47º39.52%51.37%-
HSV(B)133.47º54.44%70.59%-
XYZ22.335.4418.76-
YUV142.03106.5385.18-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 22.40%
GREEN value IS 180 (70.70% from 255) = 49.18%
BLUE value IS 104 (41.02% from 255) = 28.42%
R=22.40%
G=49.18%
B=28.42%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal821801040.5400.420.29133.4739.5251.37
Hex52B4683602A1D852833
Octal12226415066052352055063
Binary101001010110100110100011011001010101110110000101101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52B468

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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