#528C3C

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

Shades of Fern Green #528C3C

Tints of Fern Green #528C3C

Color information

#528C3C (or 0x528C3C) is unknown color: approx Fern Green. HEX triplet: 52, 8C and 3C. RGB value is (82,140,60). Sum of RGB (Red+Green+Blue) = 82+140+60=282 (37% of max value = 765). Red value is 82 (32.42% from 255 or 29.08% from 282); Green value is 140 (55.08% from 255 or 49.65% from 282); Blue value is 60 (23.83% from 255 or 21.28% from 282); Max value from RGB is 140 - color contains mainly: green. Hex color #528C3C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #528C3C is #AD73C3. Grayscale: #717171. Windows color (decimal): -11367364 or 3968082. OLE color: 3968082.

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

Color convert

RGB8214060-
CMYK0.4100.570.45
HSL103.5º40%39.22%-
HSV(B)103.5º57.14%54.9%-
XYZ13.6720.887.58-
YUV113.5497.78105.5-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 29.08%
GREEN value IS 140 (55.08% from 255) = 49.65%
BLUE value IS 60 (23.83% from 255) = 21.28%
R=29.08%
G=49.65%
B=21.28%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal82140600.4100.570.45103.54039.22
Hex528C3C290392D682827
Octal1222147451071551505047
Binary10100101000110011110010100101110011011011101000101000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #528C3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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