#528B46

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

Shades of Fern Green #528B46

Tints of Fern Green #528B46

Color information

#528B46 (or 0x528B46) is unknown color: approx Fern Green. HEX triplet: 52, 8B and 46. RGB value is (82,139,70). Sum of RGB (Red+Green+Blue) = 82+139+70=291 (38% of max value = 765). Red value is 82 (32.42% from 255 or 28.18% from 291); Green value is 139 (54.69% from 255 or 47.77% from 291); Blue value is 70 (27.73% from 255 or 24.05% from 291); Max value from RGB is 139 - color contains mainly: green. Hex color #528B46 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #528B46 is #AD74B9. Grayscale: #727272. Windows color (decimal): -11367610 or 4623186. OLE color: 4623186.

HSL color Cylindrical-coordinate representation of color #528B46: hue angle of 109.57º degrees, saturation: 0.33, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #528B46 is Cyan = 0.41, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.45.

Color convert

RGB8213970-
CMYK0.4100.500.45
HSL109.57º33.01%40.98%-
HSV(B)109.57º49.64%54.51%-
XYZ13.8220.79.06-
YUV114.09103.12105.11-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 28.18%
GREEN value IS 139 (54.69% from 255) = 47.77%
BLUE value IS 70 (27.73% from 255) = 24.05%
R=28.18%
G=47.77%
B=24.05%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal82139700.4100.500.45109.5733.0140.98
Hex528B46290322D6e2129
Octal12221310651062551564151
Binary101001010001011100011010100101100101011011101110100001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #528B46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #528B46; }

 p { color: rgb(82,139,70); }

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

<style>
 a { background-color: #528B46; }

 a { background-color: rgb(82,139,70); }

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

<style>
 span { border-color: #528B46; }

 span { border-color: rgb(82,139,70); }

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