#547A13

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

Shades of Fiji Green #547A13

Tints of Fiji Green #547A13

Color information

#547A13 (or 0x547A13) is unknown color: approx Fiji Green. HEX triplet: 54, 7A and 13. RGB value is (84,122,19). Sum of RGB (Red+Green+Blue) = 84+122+19=225 (29% of max value = 765). Red value is 84 (33.20% from 255 or 37.33% from 225); Green value is 122 (48.05% from 255 or 54.22% from 225); Blue value is 19 (7.81% from 255 or 8.44% from 225); Max value from RGB is 122 - color contains mainly: green. Hex color #547A13 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #547A13 is #AB85EC. Grayscale: #636363. Windows color (decimal): -11240941 or 1276500. OLE color: 1276500.

HSL color Cylindrical-coordinate representation of color #547A13: hue angle of 82.14º degrees, saturation: 0.73, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #547A13 is Cyan = 0.31, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.52.

Color convert

RGB8412219-
CMYK0.3100.840.52
HSL82.14º73.05%27.65%-
HSV(B)82.14º84.43%47.84%-
XYZ10.7315.853.11-
YUV98.982.91117.38-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 37.33%
GREEN value IS 122 (48.05% from 255) = 54.22%
BLUE value IS 19 (7.81% from 255) = 8.44%
R=37.33%
G=54.22%
B=8.44%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal84122190.3100.840.5282.1473.0527.65
Hex547A131F0543452491c
Octal124172233701246412211134
Binary101010011110101001111111010101001101001010010100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #547A13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #547A13; }

 p { color: rgb(84,122,19); }

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

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

 a { background-color: rgb(84,122,19); }

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

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

 span { border-color: rgb(84,122,19); }

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