#54B46C

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

Shades of Fern #54B46C

Tints of Fern #54B46C

Color information

#54B46C (or 0x54B46C) is unknown color: approx Fern. HEX triplet: 54, B4 and 6C. RGB value is (84,180,108). Sum of RGB (Red+Green+Blue) = 84+180+108=372 (49% of max value = 765). Red value is 84 (33.20% from 255 or 22.58% from 372); Green value is 180 (70.70% from 255 or 48.39% from 372); Blue value is 108 (42.58% from 255 or 29.03% from 372); Max value from RGB is 180 - color contains mainly: green. Hex color #54B46C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #54B46C is #AB4B93. Grayscale: #8F8F8F. Windows color (decimal): -11226004 or 7124052. OLE color: 7124052.

HSL color Cylindrical-coordinate representation of color #54B46C: hue angle of 135º degrees, saturation: 0.39, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #54B46C is Cyan = 0.53, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.29.

Color convert

RGB84180108-
CMYK0.5300.400.29
HSL135º39.02%51.76%-
HSV(B)135º53.33%70.59%-
XYZ22.6835.6119.87-
YUV143.09108.285.85-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 22.58%
GREEN value IS 180 (70.70% from 255) = 48.39%
BLUE value IS 108 (42.58% from 255) = 29.03%
R=22.58%
G=48.39%
B=29.03%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal841801080.5300.400.2913539.0251.76
Hex54B46C350281D872734
Octal12426415465050352074764
Binary101010010110100110110011010101010001110110000111100111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54B46C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #54B46C; }

 p { color: rgb(84,180,108); }

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

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

 a { background-color: rgb(84,180,108); }

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

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

 span { border-color: rgb(84,180,108); }

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