#528339

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

Shades of Fern Green #528339

Tints of Fern Green #528339

Color information

#528339 (or 0x528339) is unknown color: approx Fern Green. HEX triplet: 52, 83 and 39. RGB value is (82,131,57). Sum of RGB (Red+Green+Blue) = 82+131+57=270 (35% of max value = 765). Red value is 82 (32.42% from 255 or 30.37% from 270); Green value is 131 (51.56% from 255 or 48.52% from 270); Blue value is 57 (22.66% from 255 or 21.11% from 270); Max value from RGB is 131 - color contains mainly: green. Hex color #528339 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #528339 is #AD7CC6. Grayscale: #6C6C6C. Windows color (decimal): -11369671 or 3769170. OLE color: 3769170.

HSL color Cylindrical-coordinate representation of color #528339: hue angle of 99.73º degrees, saturation: 0.39, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #528339 is Cyan = 0.37, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.49.

Color convert

RGB8213157-
CMYK0.3700.560.49
HSL99.73º39.36%36.86%-
HSV(B)99.73º56.49%51.37%-
XYZ12.3318.326.76-
YUV107.9199.27109.52-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 30.37%
GREEN value IS 131 (51.56% from 255) = 48.52%
BLUE value IS 57 (22.66% from 255) = 21.11%
R=30.37%
G=48.52%
B=21.11%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal82131570.3700.560.4999.7339.3636.86
Hex5283392503831642725
Octal1222037145070611444745
Binary10100101000001111100110010101110001100011100100100111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #528339

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #528339; }

 p { color: rgb(82,131,57); }

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

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

 a { background-color: rgb(82,131,57); }

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

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

 span { border-color: rgb(82,131,57); }

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