#528343

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

Shades of Fern Green #528343

Tints of Fern Green #528343

Color information

#528343 (or 0x528343) is unknown color: approx Fern Green. HEX triplet: 52, 83 and 43. RGB value is (82,131,67). Sum of RGB (Red+Green+Blue) = 82+131+67=280 (37% of max value = 765). Red value is 82 (32.42% from 255 or 29.29% from 280); Green value is 131 (51.56% from 255 or 46.79% from 280); Blue value is 67 (26.56% from 255 or 23.93% from 280); Max value from RGB is 131 - color contains mainly: green. Hex color #528343 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #528343 is #AD7CBC. Grayscale: #6D6D6D. Windows color (decimal): -11369661 or 4424530. OLE color: 4424530.

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

Color convert

RGB8213167-
CMYK0.3700.490.49
HSL105.94º32.32%38.82%-
HSV(B)105.94º48.85%51.37%-
XYZ12.6118.438.2-
YUV109.05104.27108.7-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 29.29%
GREEN value IS 131 (51.56% from 255) = 46.79%
BLUE value IS 67 (26.56% from 255) = 23.93%
R=29.29%
G=46.79%
B=23.93%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal82131670.3700.490.49105.9432.3238.82
Hex52834325031316a2027
Octal12220310345061611524047
Binary101001010000011100001110010101100011100011101010100000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #528343

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #528343; }

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

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

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

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

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

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

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

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