Html Css Color HEX #556814 Fiji Green

📋 copy color: '#556814'

red 85 ◦ green 104 ◦ blue 20

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

Shades of Fiji Green #556814

Tints of Fiji Green #556814

RGB

 RED value IS 85 (33.59% from 255) = 40.67%

 GREEN value IS 104 (41.02% from 255) = 49.76%

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

R = 40.67%
G = 49.76%
B = 9.57%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.81

 K value IS 0.59

RGB Variations

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

Color information

#556814 (or 0x556814) is known color: Fiji Green. HEX triplet: 55, 68 and 14. RGB value is (85,104,20). Sum of RGB (Red+Green+Blue) = 85+104+20=209 (27% of max value = 765). Red value is 85 (33.59% from 255 or 40.67% from 209); Green value is 104 (41.02% from 255 or 49.76% from 209); Blue value is 20 (8.20% from 255 or 9.57% from 209); Max value from RGB is 104 - color contains mainly: green. Hex color #556814 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #556814 is #AA97EB. Grayscale: #595959. Windows color (decimal): -11180012 or 1337429. OLE color: 1337429.

HSL color Cylindrical-coordinate representation of color #556814: hue angle of 73.57º degrees, saturation: 0.68, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #556814 is Cyan = 0.18, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.59.

Color convert

RGB 85 104 20 -
CMYK 0.18 0 0.81 0.59
HSL 73.57º 0.68% 0.24% -
HSV(B) 73.57º 0.81% 0.41% -
XYZ 8.82 11.88 2.49 -
YUV 88.74 89.21 125.33 -
System Red Green Blue C M Y K H S L
Decimal 85 104 20 0.18 0 0.81 0.59 73.57 0.68 0.24
Hex 55 68 14 12 0 51 3B 4A 44 18
Octal 125 150 24 22 0 121 73 112 104 30
Binary 1010101 1101000 10100 10010 0 1010001 111011 1001010 1000100 11000

Color Harmonies of #556814

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #556814

Black with #556814

Text Example


Text Example

White with #556814

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #556814; }

 p { color: rgb(85,104,20); }

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

background-color css

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

 a { background-color: rgb(85,104,20); }

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

border-color css

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

 span { border-color: rgb(85,104,20); }

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