Html Css Color HEX #556D0B Fiji Green

📋 copy color: '#556D0B'

red 85 ◦ green 109 ◦ blue 11

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

Shades of Fiji Green #556D0B

Tints of Fiji Green #556D0B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 5.37%

R = 41.46%
G = 53.17%
B = 5.37%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.90

 K value IS 0.57

RGB Variations

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

Color information

#556D0B (or 0x556D0B) is known color: Fiji Green. HEX triplet: 55, 6D and 0B. RGB value is (85,109,11). Sum of RGB (Red+Green+Blue) = 85+109+11=205 (27% of max value = 765). Red value is 85 (33.59% from 255 or 41.46% from 205); Green value is 109 (42.97% from 255 or 53.17% from 205); Blue value is 11 (4.69% from 255 or 5.37% from 205); Max value from RGB is 109 - color contains mainly: green. Hex color #556D0B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #556D0B is #AA92F4. Grayscale: #5B5B5B. Windows color (decimal): -11178741 or 748885. OLE color: 748885.

HSL color Cylindrical-coordinate representation of color #556D0B: hue angle of 74.69º degrees, saturation: 0.82, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #556D0B is Cyan = 0.22, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.57.

Color convert

RGB 85 109 11 -
CMYK 0.22 0 0.90 0.57
HSL 74.69º 0.82% 0.24% -
HSV(B) 74.69º 0.9% 0.43% -
XYZ 9.28 12.89 2.32 -
YUV 90.65 83.05 123.97 -
System Red Green Blue C M Y K H S L
Decimal 85 109 11 0.22 0 0.90 0.57 74.69 0.82 0.24
Hex 55 6D B 16 0 5A 39 4B 52 18
Octal 125 155 13 26 0 132 71 113 122 30
Binary 1010101 1101101 1011 10110 0 1011010 111001 1001011 1010010 11000

Color Harmonies of #556D0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #556D0B

Black with #556D0B

Text Example


Text Example

White with #556D0B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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