Html Css Color HEX #556E1B Fiji Green

📋 copy color: '#556E1B'

red 85 ◦ green 110 ◦ blue 27

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

Shades of Fiji Green #556E1B

Tints of Fiji Green #556E1B

RGB

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

 GREEN value IS 110 (43.36% from 255) = 49.55%

 BLUE value IS 27 (10.94% from 255) = 12.16%

R = 38.29%
G = 49.55%
B = 12.16%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.75

 K value IS 0.57

RGB Variations

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

Color information

#556E1B (or 0x556E1B) is known color: Fiji Green. HEX triplet: 55, 6E and 1B. RGB value is (85,110,27). Sum of RGB (Red+Green+Blue) = 85+110+27=222 (29% of max value = 765). Red value is 85 (33.59% from 255 or 38.29% from 222); Green value is 110 (43.36% from 255 or 49.55% from 222); Blue value is 27 (10.94% from 255 or 12.16% from 222); Max value from RGB is 110 - color contains mainly: green. Hex color #556E1B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #556E1B is #AA91E4. Grayscale: #5D5D5D. Windows color (decimal): -11178469 or 1797717. OLE color: 1797717.

HSL color Cylindrical-coordinate representation of color #556E1B: hue angle of 78.07º degrees, saturation: 0.61, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #556E1B is Cyan = 0.23, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.57.

Color convert

RGB 85 110 27 -
CMYK 0.23 0 0.75 0.57
HSL 78.07º 0.61% 0.27% -
HSV(B) 78.07º 0.75% 0.43% -
XYZ 9.52 13.16 3.08 -
YUV 93.06 90.72 122.25 -
System Red Green Blue C M Y K H S L
Decimal 85 110 27 0.23 0 0.75 0.57 78.07 0.61 0.27
Hex 55 6E 1B 17 0 4B 39 4E 3D 1B
Octal 125 156 33 27 0 113 71 116 75 33
Binary 1010101 1101110 11011 10111 0 1001011 111001 1001110 111101 11011

Color Harmonies of #556E1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #556E1B

Black with #556E1B

Text Example


Text Example

White with #556E1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,110,27); }

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

background-color css

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

 a { background-color: rgb(85,110,27); }

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

border-color css

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

 span { border-color: rgb(85,110,27); }

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