#548035

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

Shades of Fern Green #548035

Tints of Fern Green #548035

Color information

#548035 (or 0x548035) is unknown color: approx Fern Green. HEX triplet: 54, 80 and 35. RGB value is (84,128,53). Sum of RGB (Red+Green+Blue) = 84+128+53=265 (35% of max value = 765). Red value is 84 (33.20% from 255 or 31.70% from 265); Green value is 128 (50.39% from 255 or 48.30% from 265); Blue value is 53 (21.09% from 255 or 20% from 265); Max value from RGB is 128 - color contains mainly: green. Hex color #548035 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #548035 is #AB7FCA. Grayscale: #6A6A6A. Windows color (decimal): -11239371 or 3506260. OLE color: 3506260.

HSL color Cylindrical-coordinate representation of color #548035: hue angle of 95.2º degrees, saturation: 0.41, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #548035 is Cyan = 0.34, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.50.

Color convert

RGB8412853-
CMYK0.3400.590.50
HSL95.2º41.44%35.49%-
HSV(B)95.2º58.59%50.2%-
XYZ12.0217.586.13-
YUV106.2997.92112.1-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 31.70%
GREEN value IS 128 (50.39% from 255) = 48.30%
BLUE value IS 53 (21.09% from 255) = 20%
R=31.70%
G=48.30%
B=20%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal84128530.3400.590.5095.241.4435.49
Hex5480352203B325f2923
Octal1242006542073621375143
Binary10101001000000011010110001001110111100101011111101001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #548035

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #548035; }

 p { color: rgb(84,128,53); }

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

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

 a { background-color: rgb(84,128,53); }

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

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

 span { border-color: rgb(84,128,53); }

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