#528043

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

Shades of Fern Green #528043

Tints of Fern Green #528043

Color information

#528043 (or 0x528043) is unknown color: approx Fern Green. HEX triplet: 52, 80 and 43. RGB value is (82,128,67). Sum of RGB (Red+Green+Blue) = 82+128+67=277 (36% of max value = 765). Red value is 82 (32.42% from 255 or 29.60% from 277); Green value is 128 (50.39% from 255 or 46.21% from 277); Blue value is 67 (26.56% from 255 or 24.19% from 277); Max value from RGB is 128 - color contains mainly: green. Hex color #528043 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #528043 is #AD7FBC. Grayscale: #6B6B6B. Windows color (decimal): -11370429 or 4423762. OLE color: 4423762.

HSL color Cylindrical-coordinate representation of color #528043: hue angle of 105.25º degrees, saturation: 0.31, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #528043 is Cyan = 0.36, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.50.

Color convert

RGB8212867-
CMYK0.3600.480.50
HSL105.25º31.28%38.24%-
HSV(B)105.25º47.66%50.2%-
XYZ12.2117.648.07-
YUV107.29105.26109.96-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 29.60%
GREEN value IS 128 (50.39% from 255) = 46.21%
BLUE value IS 67 (26.56% from 255) = 24.19%
R=29.60%
G=46.21%
B=24.19%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal82128670.3600.480.50105.2531.2838.24
Hex5280432403032691f26
Octal12220010344060621513746
Binary10100101000000010000111001000110000110010110100111111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #528043

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #528043; }

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

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

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

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

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

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

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

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