Html Css Color HEX #54740D Fiji Green

📋 copy color: '#54740D'

red 84 ◦ green 116 ◦ blue 13

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

Shades of Fiji Green #54740D

Tints of Fiji Green #54740D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 6.1%

R = 39.44%
G = 54.46%
B = 6.1%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.89

 K value IS 0.55

RGB Variations

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

Color information

#54740D (or 0x54740D) is known color: Fiji Green. HEX triplet: 54, 74 and 0D. RGB value is (84,116,13). Sum of RGB (Red+Green+Blue) = 84+116+13=213 (28% of max value = 765). Red value is 84 (33.20% from 255 or 39.44% from 213); Green value is 116 (45.70% from 255 or 54.46% from 213); Blue value is 13 (5.47% from 255 or 6.10% from 213); Max value from RGB is 116 - color contains mainly: green. Hex color #54740D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #54740D is #AB8BF2. Grayscale: #5F5F5F. Windows color (decimal): -11242483 or 881748. OLE color: 881748.

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

Color convert

RGB 84 116 13 -
CMYK 0.28 0 0.89 0.55
HSL 78.64º 0.8% 0.25% -
HSV(B) 78.64º 0.89% 0.45% -
XYZ 9.97 14.4 2.64 -
YUV 94.69 81.9 120.38 -
System Red Green Blue C M Y K H S L
Decimal 84 116 13 0.28 0 0.89 0.55 78.64 0.8 0.25
Hex 54 74 D 1C 0 59 37 4F 50 19
Octal 124 164 15 34 0 131 67 117 120 31
Binary 1010100 1110100 1101 11100 0 1011001 110111 1001111 1010000 11001

Color Harmonies of #54740D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54740D

Black with #54740D

Text Example


Text Example

White with #54740D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #54740D; }

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

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

background-color css

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

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

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

border-color css

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

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

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