#528A3B

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

Shades of Fern Green #528A3B

Tints of Fern Green #528A3B

Color information

#528A3B (or 0x528A3B) is unknown color: approx Fern Green. HEX triplet: 52, 8A and 3B. RGB value is (82,138,59). Sum of RGB (Red+Green+Blue) = 82+138+59=279 (36% of max value = 765). Red value is 82 (32.42% from 255 or 29.39% from 279); Green value is 138 (54.30% from 255 or 49.46% from 279); Blue value is 59 (23.44% from 255 or 21.15% from 279); Max value from RGB is 138 - color contains mainly: green. Hex color #528A3B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #528A3B is #AD75C4. Grayscale: #707070. Windows color (decimal): -11367877 or 3902034. OLE color: 3902034.

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

Color convert

RGB8213859-
CMYK0.4100.570.46
HSL102.53º40.1%38.63%-
HSV(B)102.53º57.25%54.12%-
XYZ13.3620.297.35-
YUV112.2597.95106.42-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 29.39%
GREEN value IS 138 (54.30% from 255) = 49.46%
BLUE value IS 59 (23.44% from 255) = 21.15%
R=29.39%
G=49.46%
B=21.15%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal82138590.4100.570.46102.5340.138.63
Hex528A3B290392E672827
Octal1222127351071561475047
Binary10100101000101011101110100101110011011101100111101000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #528A3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,138,59); }

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

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

 a { background-color: rgb(82,138,59); }

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

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

 span { border-color: rgb(82,138,59); }

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