#548045

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

Shades of Fern Green #548045

Tints of Fern Green #548045

Color information

#548045 (or 0x548045) is unknown color: approx Fern Green. HEX triplet: 54, 80 and 45. RGB value is (84,128,69). Sum of RGB (Red+Green+Blue) = 84+128+69=281 (37% of max value = 765). Red value is 84 (33.20% from 255 or 29.89% from 281); Green value is 128 (50.39% from 255 or 45.55% from 281); Blue value is 69 (27.34% from 255 or 24.56% from 281); Max value from RGB is 128 - color contains mainly: green. Hex color #548045 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #548045 is #AB7FBA. Grayscale: #6C6C6C. Windows color (decimal): -11239355 or 4554836. OLE color: 4554836.

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

Color convert

RGB8412869-
CMYK0.3400.460.50
HSL104.75º29.95%38.63%-
HSV(B)104.75º46.09%50.2%-
XYZ12.4517.758.4-
YUV108.12105.92110.8-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 29.89%
GREEN value IS 128 (50.39% from 255) = 45.55%
BLUE value IS 69 (27.34% from 255) = 24.56%
R=29.89%
G=45.55%
B=24.56%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal84128690.3400.460.50104.7529.9538.63
Hex5480452202E32691e27
Octal12420010542056621513647
Binary10101001000000010001011000100101110110010110100111110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #548045

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #548045; }

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

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

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

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

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

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

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

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