#528946

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

Shades of Fern Green #528946

Tints of Fern Green #528946

Color information

#528946 (or 0x528946) is unknown color: approx Fern Green. HEX triplet: 52, 89 and 46. RGB value is (82,137,70). Sum of RGB (Red+Green+Blue) = 82+137+70=289 (38% of max value = 765). Red value is 82 (32.42% from 255 or 28.37% from 289); Green value is 137 (53.91% from 255 or 47.40% from 289); Blue value is 70 (27.73% from 255 or 24.22% from 289); Max value from RGB is 137 - color contains mainly: green. Hex color #528946 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #528946 is #AD76B9. Grayscale: #717171. Windows color (decimal): -11368122 or 4622674. OLE color: 4622674.

HSL color Cylindrical-coordinate representation of color #528946: hue angle of 109.25º degrees, saturation: 0.32, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #528946 is Cyan = 0.40, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.46.

Color convert

RGB8213770-
CMYK0.4000.490.46
HSL109.25º32.37%40.59%-
HSV(B)109.25º48.91%53.73%-
XYZ13.5320.138.97-
YUV112.92103.78105.95-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 28.37%
GREEN value IS 137 (53.91% from 255) = 47.40%
BLUE value IS 70 (27.73% from 255) = 24.22%
R=28.37%
G=47.40%
B=24.22%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal82137700.4000.490.46109.2532.3740.59
Hex528946280312E6d2029
Octal12221110650061561554051
Binary101001010001001100011010100001100011011101101101100000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #528946

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #528946; }

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

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

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

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

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

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

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

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