#54B06A

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

Shades of Fern #54B06A

Tints of Fern #54B06A

Color information

#54B06A (or 0x54B06A) is unknown color: approx Fern. HEX triplet: 54, B0 and 6A. RGB value is (84,176,106). Sum of RGB (Red+Green+Blue) = 84+176+106=366 (48% of max value = 765). Red value is 84 (33.20% from 255 or 22.95% from 366); Green value is 176 (69.14% from 255 or 48.09% from 366); Blue value is 106 (41.80% from 255 or 28.96% from 366); Max value from RGB is 176 - color contains mainly: green. Hex color #54B06A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #54B06A is #AB4F95. Grayscale: #8C8C8C. Windows color (decimal): -11227030 or 6991956. OLE color: 6991956.

HSL color Cylindrical-coordinate representation of color #54B06A: hue angle of 134.35º degrees, saturation: 0.37, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #54B06A is Cyan = 0.52, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.31.

Color convert

RGB84176106-
CMYK0.5200.400.31
HSL134.35º36.8%50.98%-
HSV(B)134.35º52.27%69.02%-
XYZ21.7833.9819.05-
YUV140.51108.5287.69-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 22.95%
GREEN value IS 176 (69.14% from 255) = 48.09%
BLUE value IS 106 (41.80% from 255) = 28.96%
R=22.95%
G=48.09%
B=28.96%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal841761060.5200.400.31134.3536.850.98
Hex54B06A340281F862533
Octal12426015264050372064563
Binary101010010110000110101011010001010001111110000110100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54B06A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,176,106); }

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

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

 a { background-color: rgb(84,176,106); }

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

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

 span { border-color: rgb(84,176,106); }

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