#547D12

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

Shades of Fiji Green #547D12

Tints of Fiji Green #547D12

Color information

#547D12 (or 0x547D12) is unknown color: approx Fiji Green. HEX triplet: 54, 7D and 12. RGB value is (84,125,18). Sum of RGB (Red+Green+Blue) = 84+125+18=227 (30% of max value = 765). Red value is 84 (33.20% from 255 or 37.00% from 227); Green value is 125 (49.22% from 255 or 55.07% from 227); Blue value is 18 (7.42% from 255 or 7.93% from 227); Max value from RGB is 125 - color contains mainly: green. Hex color #547D12 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #547D12 is #AB82ED. Grayscale: #646464. Windows color (decimal): -11240174 or 1211732. OLE color: 1211732.

HSL color Cylindrical-coordinate representation of color #547D12: hue angle of 82.99º degrees, saturation: 0.75, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #547D12 is Cyan = 0.33, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.51.

Color convert

RGB8412518-
CMYK0.3300.860.51
HSL82.99º74.83%28.04%-
HSV(B)82.99º85.6%49.02%-
XYZ11.116.63.19-
YUV100.5481.42116.2-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 37.00%
GREEN value IS 125 (49.22% from 255) = 55.07%
BLUE value IS 18 (7.42% from 255) = 7.93%
R=37.00%
G=55.07%
B=7.93%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal84125180.3300.860.5182.9974.8328.04
Hex547D122105633534b1c
Octal124175224101266312311334
Binary1010100111110110010100001010101101100111010011100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #547D12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,125,18); }

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

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

 a { background-color: rgb(84,125,18); }

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

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

 span { border-color: rgb(84,125,18); }

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