Html Css Color HEX #546C14 Fiji Green

📋 copy color: '#546C14'

red 84 ◦ green 108 ◦ blue 20

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

Shades of Fiji Green #546C14

Tints of Fiji Green #546C14

RGB

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

 GREEN value IS 108 (42.58% from 255) = 50.94%

 BLUE value IS 20 (8.2% from 255) = 9.43%

R = 39.62%
G = 50.94%
B = 9.43%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.81

 K value IS 0.58

RGB Variations

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

Color information

#546C14 (or 0x546C14) is known color: Fiji Green. HEX triplet: 54, 6C and 14. RGB value is (84,108,20). Sum of RGB (Red+Green+Blue) = 84+108+20=212 (28% of max value = 765). Red value is 84 (33.20% from 255 or 39.62% from 212); Green value is 108 (42.58% from 255 or 50.94% from 212); Blue value is 20 (8.20% from 255 or 9.43% from 212); Max value from RGB is 108 - color contains mainly: green. Hex color #546C14 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #546C14 is #AB93EB. Grayscale: #5B5B5B. Windows color (decimal): -11244524 or 1338452. OLE color: 1338452.

HSL color Cylindrical-coordinate representation of color #546C14: hue angle of 76.36º degrees, saturation: 0.69, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #546C14 is Cyan = 0.22, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.58.

Color convert

RGB 84 108 20 -
CMYK 0.22 0 0.81 0.58
HSL 76.36º 0.69% 0.25% -
HSV(B) 76.36º 0.81% 0.42% -
XYZ 9.14 12.66 2.62 -
YUV 90.79 88.05 123.16 -
System Red Green Blue C M Y K H S L
Decimal 84 108 20 0.22 0 0.81 0.58 76.36 0.69 0.25
Hex 54 6C 14 16 0 51 3A 4C 45 19
Octal 124 154 24 26 0 121 72 114 105 31
Binary 1010100 1101100 10100 10110 0 1010001 111010 1001100 1000101 11001

Color Harmonies of #546C14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #546C14

Black with #546C14

Text Example


Text Example

White with #546C14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #546C14; }

 p { color: rgb(84,108,20); }

 H1.HeaderClassName
 {
   color: #546C14;
 }
 .AnyTagClassName
 {
   color: #546C14;
 }
</style>

background-color css

<style>
 a { background-color: #546C14; }

 a { background-color: rgb(84,108,20); }

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

border-color css

<style>
 span { border-color: #546C14; }

 span { border-color: rgb(84,108,20); }

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