Html Css Color HEX #556D13 Fiji Green

📋 copy color: '#556D13'

red 85 ◦ green 109 ◦ blue 19

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

Shades of Fiji Green #556D13

Tints of Fiji Green #556D13

RGB

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

 GREEN value IS 109 (42.97% from 255) = 51.17%

 BLUE value IS 19 (7.81% from 255) = 8.92%

R = 39.91%
G = 51.17%
B = 8.92%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.83

 K value IS 0.57

RGB Variations

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

Color information

#556D13 (or 0x556D13) is known color: Fiji Green. HEX triplet: 55, 6D and 13. RGB value is (85,109,19). Sum of RGB (Red+Green+Blue) = 85+109+19=213 (28% of max value = 765). Red value is 85 (33.59% from 255 or 39.91% from 213); Green value is 109 (42.97% from 255 or 51.17% from 213); Blue value is 19 (7.81% from 255 or 8.92% from 213); Max value from RGB is 109 - color contains mainly: green. Hex color #556D13 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #556D13 is #AA92EC. Grayscale: #5B5B5B. Windows color (decimal): -11178733 or 1273173. OLE color: 1273173.

HSL color Cylindrical-coordinate representation of color #556D13: hue angle of 76º degrees, saturation: 0.7, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #556D13 is Cyan = 0.22, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.57.

Color convert

RGB 85 109 19 -
CMYK 0.22 0 0.83 0.57
HSL 76º 0.7% 0.25% -
HSV(B) 76º 0.83% 0.43% -
XYZ 9.33 12.92 2.62 -
YUV 91.56 87.05 123.32 -
System Red Green Blue C M Y K H S L
Decimal 85 109 19 0.22 0 0.83 0.57 76 0.7 0.25
Hex 55 6D 13 16 0 53 39 4C 46 19
Octal 125 155 23 26 0 123 71 114 106 31
Binary 1010101 1101101 10011 10110 0 1010011 111001 1001100 1000110 11001

Color Harmonies of #556D13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #556D13

Black with #556D13

Text Example


Text Example

White with #556D13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #556D13; }

 p { color: rgb(85,109,19); }

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

background-color css

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

 a { background-color: rgb(85,109,19); }

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

border-color css

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

 span { border-color: rgb(85,109,19); }

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