#528C48

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

Shades of Fern Green #528C48

Tints of Fern Green #528C48

Color information

#528C48 (or 0x528C48) is unknown color: approx Fern Green. HEX triplet: 52, 8C and 48. RGB value is (82,140,72). Sum of RGB (Red+Green+Blue) = 82+140+72=294 (38% of max value = 765). Red value is 82 (32.42% from 255 or 27.89% from 294); Green value is 140 (55.08% from 255 or 47.62% from 294); Blue value is 72 (28.52% from 255 or 24.49% from 294); Max value from RGB is 140 - color contains mainly: green. Hex color #528C48 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #528C48 is #AD73B7. Grayscale: #737373. Windows color (decimal): -11367352 or 4754514. OLE color: 4754514.

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

Color convert

RGB8214072-
CMYK0.4100.490.45
HSL111.18º32.08%41.57%-
HSV(B)111.18º48.57%54.9%-
XYZ14.0321.029.45-
YUV114.91103.78104.53-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 27.89%
GREEN value IS 140 (55.08% from 255) = 47.62%
BLUE value IS 72 (28.52% from 255) = 24.49%
R=27.89%
G=47.62%
B=24.49%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal82140720.4100.490.45111.1832.0841.57
Hex528C48290312D6f202a
Octal12221411051061551574052
Binary101001010001100100100010100101100011011011101111100000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #528C48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,140,72); }

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

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

 a { background-color: rgb(82,140,72); }

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

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

 span { border-color: rgb(82,140,72); }

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