Html Css Color HEX #547400 Fiji Green

📋 copy color: '#547400'

red 84 ◦ green 116 ◦ blue 0

#547400
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fiji Green #547400

Tints of Fiji Green #547400

RGB

 RED value IS 84 (33.2% from 255) = 42%

 GREEN value IS 116 (45.7% from 255) = 58%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 42%
G = 58%
B = 0%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 1

 K value IS 0.55

RGB Variations

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

Color information

#547400 (or 0x547400) is known color: Fiji Green. HEX triplet: 54, 74 and 00. RGB value is (84,116,0). Sum of RGB (Red+Green+Blue) = 84+116+0=200 (26% of max value = 765). Red value is 84 (33.20% from 255 or 42% from 200); Green value is 116 (45.70% from 255 or 58% from 200); Blue value is 0 (0.39% from 255 or 0% from 200); Max value from RGB is 116 - color contains mainly: green. Hex color #547400 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #547400 is #AB8BFF. Grayscale: #5D5D5D. Windows color (decimal): -11242496 or 29780. OLE color: 29780.

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

Color convert

RGB 84 116 0 -
CMYK 0.28 0 1 0.55
HSL 76.55º 1% 0.23% -
HSV(B) 76.55º 1% 0.45% -
XYZ 9.9 14.38 2.25 -
YUV 93.21 75.4 121.43 -
System Red Green Blue C M Y K H S L
Decimal 84 116 0 0.28 0 1 0.55 76.55 1 0.23
Hex 54 74 0 1C 0 64 37 4D 64 17
Octal 124 164 0 34 0 144 67 115 144 27
Binary 1010100 1110100 0 11100 0 1100100 110111 1001101 1100100 10111

Color Harmonies of #547400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #547400

Black with #547400

Text Example


Text Example

White with #547400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #547400; }

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

 H1.HeaderClassName
 {
   color: #547400;
 }
 .AnyTagClassName
 {
   color: #547400;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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