Html Css Color HEX #547401 Fiji Green

📋 copy color: '#547401'

red 84 ◦ green 116 ◦ blue 1

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

Shades of Fiji Green #547401

Tints of Fiji Green #547401

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.5%

R = 41.79%
G = 57.71%
B = 0.5%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.99

 K value IS 0.55

RGB Variations

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

Color information

#547401 (or 0x547401) is known color: Fiji Green. HEX triplet: 54, 74 and 01. RGB value is (84,116,1). Sum of RGB (Red+Green+Blue) = 84+116+1=201 (26% of max value = 765). Red value is 84 (33.20% from 255 or 41.79% from 201); Green value is 116 (45.70% from 255 or 57.71% from 201); Blue value is 1 (0.78% from 255 or 0.50% from 201); Max value from RGB is 116 - color contains mainly: green. Hex color #547401 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #547401 is #AB8BFE. Grayscale: #5D5D5D. Windows color (decimal): -11242495 or 95316. OLE color: 95316.

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

Color convert

RGB 84 116 1 -
CMYK 0.28 0 0.99 0.55
HSL 76.7º 0.98% 0.23% -
HSV(B) 76.7º 0.99% 0.45% -
XYZ 9.91 14.38 2.28 -
YUV 93.32 75.9 121.35 -
System Red Green Blue C M Y K H S L
Decimal 84 116 1 0.28 0 0.99 0.55 76.7 0.98 0.23
Hex 54 74 1 1C 0 63 37 4D 62 17
Octal 124 164 1 34 0 143 67 115 142 27
Binary 1010100 1110100 1 11100 0 1100011 110111 1001101 1100010 10111

Color Harmonies of #547401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #547401

Black with #547401

Text Example


Text Example

White with #547401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #547401; }

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

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

background-color css

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

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

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

border-color css

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

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

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