#52B462

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

Shades of Fern #52B462

Tints of Fern #52B462

Color information

#52B462 (or 0x52B462) is unknown color: approx Fern. HEX triplet: 52, B4 and 62. RGB value is (82,180,98). Sum of RGB (Red+Green+Blue) = 82+180+98=360 (47% of max value = 765). Red value is 82 (32.42% from 255 or 22.78% from 360); Green value is 180 (70.70% from 255 or 50% from 360); Blue value is 98 (38.67% from 255 or 27.22% from 360); Max value from RGB is 180 - color contains mainly: green. Hex color #52B462 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52B462 is #AD4B9D. Grayscale: #8D8D8D. Windows color (decimal): -11357086 or 6468690. OLE color: 6468690.

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

Color convert

RGB8218098-
CMYK0.5400.460.29
HSL129.8º39.52%51.37%-
HSV(B)129.8º54.44%70.59%-
XYZ22.0135.3217.21-
YUV141.35103.5385.67-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 22.78%
GREEN value IS 180 (70.70% from 255) = 50%
BLUE value IS 98 (38.67% from 255) = 27.22%
R=22.78%
G=50%
B=27.22%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal82180980.5400.460.29129.839.5251.37
Hex52B4623602E1D822833
Octal12226414266056352025063
Binary101001010110100110001011011001011101110110000010101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52B462

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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