Html Css Color HEX #547014 Fiji Green

📋 copy color: '#547014'

red 84 ◦ green 112 ◦ blue 20

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

Shades of Fiji Green #547014

Tints of Fiji Green #547014

RGB

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

 GREEN value IS 112 (44.14% from 255) = 51.85%

 BLUE value IS 20 (8.2% from 255) = 9.26%

R = 38.89%
G = 51.85%
B = 9.26%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.82

 K value IS 0.56

RGB Variations

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

Color information

#547014 (or 0x547014) is known color: Fiji Green. HEX triplet: 54, 70 and 14. RGB value is (84,112,20). Sum of RGB (Red+Green+Blue) = 84+112+20=216 (28% of max value = 765). Red value is 84 (33.20% from 255 or 38.89% from 216); Green value is 112 (44.14% from 255 or 51.85% from 216); Blue value is 20 (8.20% from 255 or 9.26% from 216); Max value from RGB is 112 - color contains mainly: green. Hex color #547014 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #547014 is #AB8FEB. Grayscale: #5D5D5D. Windows color (decimal): -11243500 or 1339476. OLE color: 1339476.

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

Color convert

RGB 84 112 20 -
CMYK 0.25 0 0.82 0.56
HSL 78.26º 0.7% 0.26% -
HSV(B) 78.26º 0.82% 0.44% -
XYZ 9.58 13.52 2.77 -
YUV 93.14 86.72 121.48 -
System Red Green Blue C M Y K H S L
Decimal 84 112 20 0.25 0 0.82 0.56 78.26 0.7 0.26
Hex 54 70 14 19 0 52 38 4E 46 1A
Octal 124 160 24 31 0 122 70 116 106 32
Binary 1010100 1110000 10100 11001 0 1010010 111000 1001110 1000110 11010

Color Harmonies of #547014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #547014

Black with #547014

Text Example


Text Example

White with #547014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #547014; }

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

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

background-color css

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

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

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

border-color css

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

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

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