#547012

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

Shades of Fiji Green #547012

Tints of Fiji Green #547012

Color information

#547012 (or 0x547012) is unknown color: approx Fiji Green. HEX triplet: 54, 70 and 12. RGB value is (84,112,18). Sum of RGB (Red+Green+Blue) = 84+112+18=214 (28% of max value = 765). Red value is 84 (33.20% from 255 or 39.25% from 214); Green value is 112 (44.14% from 255 or 52.34% from 214); Blue value is 18 (7.42% from 255 or 8.41% from 214); Max value from RGB is 112 - color contains mainly: green. Hex color #547012 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #547012 is #AB8FED. Grayscale: #5D5D5D. Windows color (decimal): -11243502 or 1208404. OLE color: 1208404.

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

Color convert

RGB8411218-
CMYK0.2500.840.56
HSL77.87º72.31%25.49%-
HSV(B)77.87º83.93%43.92%-
XYZ9.5613.522.68-
YUV92.9185.72121.64-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 39.25%
GREEN value IS 112 (44.14% from 255) = 52.34%
BLUE value IS 18 (7.42% from 255) = 8.41%
R=39.25%
G=52.34%
B=8.41%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal84112180.2500.840.5677.8772.3125.49
Hex54701219054384e4819
Octal124160223101247011611031
Binary101010011100001001011001010101001110001001110100100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #547012

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #547012; }

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

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

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

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

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

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

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

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