#54700D

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

Shades of Fiji Green #54700D

Tints of Fiji Green #54700D

Color information

#54700D (or 0x54700D) is unknown color: approx Fiji Green. HEX triplet: 54, 70 and 0D. RGB value is (84,112,13). Sum of RGB (Red+Green+Blue) = 84+112+13=209 (27% of max value = 765). Red value is 84 (33.20% from 255 or 40.19% from 209); Green value is 112 (44.14% from 255 or 53.59% from 209); Blue value is 13 (5.47% from 255 or 6.22% from 209); Max value from RGB is 112 - color contains mainly: green. Hex color #54700D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #54700D is #AB8FF2. Grayscale: #5C5C5C. Windows color (decimal): -11243507 or 880724. OLE color: 880724.

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

Color convert

RGB8411213-
CMYK0.2500.880.56
HSL76.97º79.2%24.51%-
HSV(B)76.97º88.39%43.92%-
XYZ9.5213.52.49-
YUV92.3483.22122.05-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 40.19%
GREEN value IS 112 (44.14% from 255) = 53.59%
BLUE value IS 13 (5.47% from 255) = 6.22%
R=40.19%
G=53.59%
B=6.22%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal84112130.2500.880.5676.9779.224.51
Hex5470D19058384d4f19
Octal124160153101307011511731
Binary10101001110000110111001010110001110001001101100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54700D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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