Html Css Color HEX #547E0E Fiji Green

📋 copy color: '#547E0E'

red 84 ◦ green 126 ◦ blue 14

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

Shades of Fiji Green #547E0E

Tints of Fiji Green #547E0E

RGB

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

 GREEN value IS 126 (49.61% from 255) = 56.25%

 BLUE value IS 14 (5.86% from 255) = 6.25%

R = 37.5%
G = 56.25%
B = 6.25%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.89

 K value IS 0.51

RGB Variations

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

Color information

#547E0E (or 0x547E0E) is known color: Fiji Green. HEX triplet: 54, 7E and 0E. RGB value is (84,126,14). Sum of RGB (Red+Green+Blue) = 84+126+14=224 (29% of max value = 765). Red value is 84 (33.20% from 255 or 37.5% from 224); Green value is 126 (49.61% from 255 or 56.25% from 224); Blue value is 14 (5.86% from 255 or 6.25% from 224); Max value from RGB is 126 - color contains mainly: green. Hex color #547E0E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #547E0E is #AB81F1. Grayscale: #656565. Windows color (decimal): -11239922 or 949844. OLE color: 949844.

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

Color convert

RGB 84 126 14 -
CMYK 0.33 0 0.89 0.51
HSL 82.5º 0.8% 0.27% -
HSV(B) 82.5º 0.89% 0.49% -
XYZ 11.2 16.84 3.08 -
YUV 100.67 79.09 116.11 -
System Red Green Blue C M Y K H S L
Decimal 84 126 14 0.33 0 0.89 0.51 82.5 0.8 0.27
Hex 54 7E E 21 0 59 33 52 50 1B
Octal 124 176 16 41 0 131 63 122 120 33
Binary 1010100 1111110 1110 100001 0 1011001 110011 1010010 1010000 11011

Color Harmonies of #547E0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #547E0E

Black with #547E0E

Text Example


Text Example

White with #547E0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(84,126,14); }

 H1.HeaderClassName
 {
   color: #547E0E;
 }
 .AnyTagClassName
 {
   color: #547E0E;
 }
</style>

background-color css

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

 a { background-color: rgb(84,126,14); }

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

border-color css

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

 span { border-color: rgb(84,126,14); }

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