#528B43

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

Shades of Fern Green #528B43

Tints of Fern Green #528B43

Color information

#528B43 (or 0x528B43) is unknown color: approx Fern Green. HEX triplet: 52, 8B and 43. RGB value is (82,139,67). Sum of RGB (Red+Green+Blue) = 82+139+67=288 (38% of max value = 765). Red value is 82 (32.42% from 255 or 28.47% from 288); Green value is 139 (54.69% from 255 or 48.26% from 288); Blue value is 67 (26.56% from 255 or 23.26% from 288); Max value from RGB is 139 - color contains mainly: green. Hex color #528B43 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #528B43 is #AD74BC. Grayscale: #717171. Windows color (decimal): -11367613 or 4426578. OLE color: 4426578.

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

Color convert

RGB8213967-
CMYK0.4100.520.45
HSL107.5º34.95%40.39%-
HSV(B)107.5º51.8%54.51%-
XYZ13.7320.668.58-
YUV113.75101.62105.35-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 28.47%
GREEN value IS 139 (54.69% from 255) = 48.26%
BLUE value IS 67 (26.56% from 255) = 23.26%
R=28.47%
G=48.26%
B=23.26%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal82139670.4100.520.45107.534.9540.39
Hex528B43290342D6c2328
Octal12221310351064551544350
Binary101001010001011100001110100101101001011011101100100011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #528B43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,139,67); }

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

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

 a { background-color: rgb(82,139,67); }

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

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

 span { border-color: rgb(82,139,67); }

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