#54913E

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

Shades of Fern Green #54913E

Tints of Fern Green #54913E

Color information

#54913E (or 0x54913E) is unknown color: approx Fern Green. HEX triplet: 54, 91 and 3E. RGB value is (84,145,62). Sum of RGB (Red+Green+Blue) = 84+145+62=291 (38% of max value = 765). Red value is 84 (33.20% from 255 or 28.87% from 291); Green value is 145 (57.03% from 255 or 49.83% from 291); Blue value is 62 (24.61% from 255 or 21.31% from 291); Max value from RGB is 145 - color contains mainly: green. Hex color #54913E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #54913E is #AB6EC1. Grayscale: #757575. Windows color (decimal): -11235010 or 4100436. OLE color: 4100436.

HSL color Cylindrical-coordinate representation of color #54913E: hue angle of 104.1º degrees, saturation: 0.4, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #54913E is Cyan = 0.42, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.43.

Color convert

RGB8414562-
CMYK0.4200.570.43
HSL104.1º40.1%40.59%-
HSV(B)104.1º57.24%56.86%-
XYZ14.6522.488.12-
YUV117.396.79104.25-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 28.87%
GREEN value IS 145 (57.03% from 255) = 49.83%
BLUE value IS 62 (24.61% from 255) = 21.31%
R=28.87%
G=49.83%
B=21.31%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal84145620.4200.570.43104.140.140.59
Hex54913E2A0392B682829
Octal1242217652071531505051
Binary10101001001000111111010101001110011010111101000101000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54913E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #54913E; }

 p { color: rgb(84,145,62); }

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

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

 a { background-color: rgb(84,145,62); }

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

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

 span { border-color: rgb(84,145,62); }

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