#547200

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

Shades of Fiji Green #547200

Tints of Fiji Green #547200

Color information

#547200 (or 0x547200) is unknown color: approx Fiji Green. HEX triplet: 54, 72 and 00. RGB value is (84,114,0). Sum of RGB (Red+Green+Blue) = 84+114+0=198 (26% of max value = 765). Red value is 84 (33.20% from 255 or 42.42% from 198); Green value is 114 (44.92% from 255 or 57.58% from 198); Blue value is 0 (0.39% from 255 or 0% from 198); Max value from RGB is 114 - color contains mainly: green. Hex color #547200 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #547200 is #AB8DFF. Grayscale: #5C5C5C. Windows color (decimal): -11243008 or 29268. OLE color: 29268.

HSL color Cylindrical-coordinate representation of color #547200: hue angle of 75.79º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 1%. Process color model (Four color, CMYK) of #547200 is Cyan = 0.26, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.55.

Color convert

RGB841140-
CMYK0.26010.55
HSL75.79º100%22.35%-
HSV(B)75.79º100%44.71%-
XYZ9.6713.922.18-
YUV92.0376.06122.27-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 42.42%
GREEN value IS 114 (44.92% from 255) = 57.58%
BLUE value IS 0 (0.39% from 255) = 0%
R=42.42%
G=57.58%
B=0%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal8411400.26010.5575.7910022.35
Hex547201A064374c6416
Octal12416203201446711414426
Binary10101001110010011010011001001101111001100110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #547200

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #547200; }

 p { color: rgb(84,114,0); }

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

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

 a { background-color: rgb(84,114,0); }

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

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

 span { border-color: rgb(84,114,0); }

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