#54704A

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

Shades of Fern Green #54704A

Tints of Fern Green #54704A

Color information

#54704A (or 0x54704A) is unknown color: approx Fern Green. HEX triplet: 54, 70 and 4A. RGB value is (84,112,74). Sum of RGB (Red+Green+Blue) = 84+112+74=270 (35% of max value = 765). Red value is 84 (33.20% from 255 or 31.11% from 270); Green value is 112 (44.14% from 255 or 41.48% from 270); Blue value is 74 (29.30% from 255 or 27.41% from 270); Max value from RGB is 112 - color contains mainly: green. Hex color #54704A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #54704A is #AB8FB5. Grayscale: #636363. Windows color (decimal): -11243446 or 4878420. OLE color: 4878420.

HSL color Cylindrical-coordinate representation of color #54704A: hue angle of 104.21º degrees, saturation: 0.2, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #54704A is Cyan = 0.25, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.56.

Color convert

RGB8411274-
CMYK0.2500.340.56
HSL104.21º20.43%36.47%-
HSV(B)104.21º33.93%43.92%-
XYZ10.6913.978.61-
YUV99.3113.72117.09-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 31.11%
GREEN value IS 112 (44.14% from 255) = 41.48%
BLUE value IS 74 (29.30% from 255) = 27.41%
R=31.11%
G=41.48%
B=27.41%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal84112740.2500.340.56104.2120.4336.47
Hex54704A1902238681424
Octal12416011231042701502444
Binary101010011100001001010110010100010111000110100010100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54704A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #54704A; }

 p { color: rgb(84,112,74); }

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

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

 a { background-color: rgb(84,112,74); }

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

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

 span { border-color: rgb(84,112,74); }

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