#54780D

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

Shades of Fiji Green #54780D

Tints of Fiji Green #54780D

Color information

#54780D (or 0x54780D) is unknown color: approx Fiji Green. HEX triplet: 54, 78 and 0D. RGB value is (84,120,13). Sum of RGB (Red+Green+Blue) = 84+120+13=217 (28% of max value = 765). Red value is 84 (33.20% from 255 or 38.71% from 217); Green value is 120 (47.27% from 255 or 55.30% from 217); Blue value is 13 (5.47% from 255 or 5.99% from 217); Max value from RGB is 120 - color contains mainly: green. Hex color #54780D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #54780D is #AB87F2. Grayscale: #616161. Windows color (decimal): -11241459 or 882772. OLE color: 882772.

HSL color Cylindrical-coordinate representation of color #54780D: hue angle of 80.19º degrees, saturation: 0.8, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #54780D is Cyan = 0.3, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.53.

Color convert

RGB8412013-
CMYK0.300.890.53
HSL80.19º80.45%26.08%-
HSV(B)80.19º89.17%47.06%-
XYZ10.4515.352.79-
YUV97.0480.57118.7-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 38.71%
GREEN value IS 120 (47.27% from 255) = 55.30%
BLUE value IS 13 (5.47% from 255) = 5.99%
R=38.71%
G=55.30%
B=5.99%

CMYK

C (Cyan) values IS 0.3
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal84120130.300.890.5380.1980.4526.08
Hex5478D1E0593550501a
Octal124170153601316512012032
Binary10101001111000110111110010110011101011010000101000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54780D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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